Hi,
I want to create a ASP page that will write to a SQL database. All that the ASP page must contain is a few label and textboxes and at the end a Submit button.
Once all fields have been completed the user must click the submit button and the data will be written to a sql database.
Also, on the ASP page there must be a Forward and Backward button to look at previous entries.
Were must I start?
Regards,
Ruaan
Hi,
Here is the small example to start with:
http://www.codefixer.com/tutorials/form_to_database.asp
Actually my suggestion to you is to explorer the possibility of using ASP.NET instead of classing ASP, as creating web application is more easier in ASP.NET then ASP.
Please do let me know if you have any question for starting ASP.NET..
0 comments:
Post a Comment