CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Apr 2003
    Posts
    124

    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 !

  2. #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
  •  





Click Here to Expand Forum to Full Width

Featured