ASP.NET - How to connect to MS Access & Display records in a table grid?
Hi All,
I'm all new to ASP.NET.
I would like to know the following and how I can do it using vb.net.
1. How do I design a page that reads data from a MS Access database and display it? I like to know how to connect and run an SQL statement to read some records...
2. How can I display the records in methodical order meaning, if I have 300 records, I want to display 20 records at a time...
Please help. THANK YOU !
Re: ASP.NET - How to connect to MS Access & Display records in a table grid?
There are a ton of articles / information already around the web about this. To get you started:
1) Look up the use of a DataGrid and ASP.NET, you should be able to find one specific to Access
2) Look up DataGrid paging