|
-
June 29th, 2005, 04:56 AM
#1
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 !
-
June 29th, 2005, 08:40 AM
#2
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
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|