Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

paging in a datagridview

Status
Not open for further replies.

OhioSteve

MIS
Mar 12, 2002
1,352
US
I am creating a System.Windows.Forms.DataGridView in a vb.net project. I am using .Net 2.0 and VS2005. My data source is a text file not an SQL database.

I want to display the first ten records, then let the user page to the next ten records. Is there a QUICK way to implement this? I don't see a "pagination" property for the dataGridView.
 
Here is some more information that may be helpful:

I am reading the text file into a data table. Then I make that datatable the .dataSource for the dataGridView.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top