Datagrid / DatatableMax Records

  • Thread starter Thread starter TerryW
  • Start date Start date
T

TerryW

How to set datagrid's maxrecords
Or
How to set datatable maxrecords

tia

TerryW.
 
Terry,

I do not know a datatable maxrecords (It holds rows so I don't think it
exist).

However I think that this is were you are searching for, I assume that you
are talking about a webform datagrid, when you are not telling that than a
windowform datagrid is default in this newsgroup. Therefore when you tell
that next time you have probably a quicker change for an answer.

http://msdn.microsoft.com/library/d...ntrolsDataGridClassAllowCustomPagingTopic.asp

I hope this helps?

Cor
 
Thanks for the help,

I should really be more clear, however.

I was referring to a vb control referred to as a data grid
conversely I could also set the max value of the grid's data source
(an ado.net table.)
I would like to be able to set the max records, although I could do it
programmatically as well.


TIA

Terry
 
Terry,
I should really be more clear, however.

I was referring to a vb control referred to as a data grid

There are 2 different VBNet controls with the name Datagrid, something the
same as with the timers.

Cor
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top