Friday, March 23, 2012

Saving Data To A Database

Hi there,

I have a web page (Visual Studio 2005, Asp.net 2.0) that has a series of textboxes and dropdownlists on it. I want people to be able to enter their information and click submit. When they click the submit button I want their information to save to a Sql Server 2005 database. I am having a lot of trouble finding any information on this topic. If someone could give me some sample code I would really appreciate it.

Thanks

have you checked outASPNet101.com?

There are many basic samples, showing inserting records into a SQL Server database using Textboxes and others using a DropDownlist.....

|||Thank you. I went to ASPNET101.com and found a sample called Insert record into database. It solved my problem.

No comments:

Post a Comment