View Single Post
Old Mar 18th, 2008, 10:09 AM   #1
ahlaj77
~*Ashley Star*~
 
Join Date: Mar 2008
Posts: 1
Rep Power: 0 ahlaj77 is on a distinguished road
Question Need help sending information from an ASP.NET form to a database

Hello there,
I am in need of trying to figure out what is the best way to send data submitted from a form online to a database. I have a webform that will be submitting user requests, and when the information is submitted I would like it to be inserted into my Request Database. Right now the only things I have on my form are as follows:
User ID [ txtUserID ]
User Email [ txtUserEmailAddress ]
Request [ txtRequestSummary ]

Would this require me to use any type of stored procedures? This will be an on going website and I would like to set it up where it can be 'easy maintanence' if the database needed fixing/updating etc. I would appreciate your help! Thank you so much

Also the database name is called "Database"
Using MS Server 2003
Using C# as the language in Visual Studio

Last edited by ahlaj77; Mar 18th, 2008 at 10:31 AM.
ahlaj77 is offline   Reply With Quote