Sunday, July 1, 2007

SQL Database interface and ASP.NET form validation

Made a online enrollement application for a medical career college.  First experience with SQL Server Express and ASP.NET database connections.  Also the most avanced ASP.NET page I have created so far.
 
Database connect sucessful in local enviroment but I cant get it working on remote hosting.  Also, can't figure out how to get data from a form into a SQL database.  I am stuck with form mailer for now so no database features are currently in place.
 
Milestones:
1st form with required fields
1st form with field validation
1st ASP.NET page with form2mail
1st time usinig SQLServer Express
1st time connecting to datasource (disabled for now)
 
need to learn ADO SQL language to get data from forms to database.
need to learn how to post .ASPX input from one page to another
need to learn how SQL Server works with Godaddy.
 
 
 

No comments: