Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How to make a simple submit form?

Status
Not open for further replies.

soodvarun

Programmer
Apr 21, 2001
40
CA
Dear frnds, I am new to ASP .Net.

Can someone let me know the code for a simple page.
Just want to put thre fields....
Name,
Email and comments and store them in to my ACCESS database.

Will be very thankful for your reply..


Varun Sood

 
are you using Visual Studio to create the page?

--------------------------
"two wrongs don't make a right, but three lefts do" - the unknown sage
 
Drag three TextBoxes onto the form (one for each field), drag a Button onto the form, double-click the button to access its server-side event handler, then code the data access, getting the textBox.Text values from each of the TextBoxes you have as input.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top