Web form information inserting into database

Newbie Member
17Mar2008,22:49   #1
ahlaj77's Avatar
I am in the process of creating a website where users can submit new requests. The thing is I am not sure how to get the information submitted by a form to insert into my database. Right now all I have on my page are 3 text boxes. txtUserID, txtUserEmail, txtRequestSummary and a submit button. I am using C# and we have MS Server 2003. The database is already created. I just need to know how to insert information. Thanks!!
Team Leader
18Mar2008,10:27   #2
pradeep's Avatar
This might help you http://www.c-sharpcorner.com/UploadF...icDbOpsSJ.aspx
Newbie Member
18Mar2008,20:31   #3
ahlaj77's Avatar
thank you I will take a look at the link you have provided me