I’m a newbie at this, so please be nice to me =^)
I’m creating a website with ASP.net and I have a sign up page. The user has to enter a name and password in textboxex, and choose a location and reason for joining from dropdown lists. (There is a built in wizard for new user sign-up but I chose not to use it).
I would like to save the information entered in a table in a database in the App_Data folder. How do I do this?
You will also need to learn ADO.NET which is the database access technology of choice for .Net.
Here’s a basic tutorial to get you started…
Also Googling for asp.net ado.net tutorial will bring up good hits.