Author: dgrblr | Posted on: 4/2/2009 8:40:22 PM | Views : 820

As a complete novice, I appreciate the Forum:   I am taking a class in VB 2008.  We are in a chapter that creates a dynamic website using ASP.NET, through Visual Studio 2008.  I get the page created, but as the instructor said, "what good does it do to enter information on a web page unless you can save the information to a database for study and reporting at a later date".  Therefore, he has given instructions to find out how to attach an Access database to the already designed webpage, then display the database information in a good readable format (rows and columns) not to exceed 20 rows per page, but being able to page forward and backwards to observe the information on the web.  He then wants us to take the information we enter on the webpage and have it displayed as a new row and columns, and then have the new information updated to the external database.  We are to find out how to do this ON OUR OWN WITH ABSOLUTELY NO HELP OR INPUT ...

Go to the complete details ...