1
Answer

how to get the row count of a datagrid

aeroswan

aeroswan

20y
2.4k
1
hello,everybody. how could i get the row count of a datagrid. i remember the datagrid control has a 'count ' property in vb6,but i can't get the similar property in VS.Net 2003,anyone has a good idea? thanks in advance!
Answers (1)
0
Andrzej Wegierski

Andrzej Wegierski

NA 705 0 20y
1. If You don't use filters use Count of displayed DataTable/DataView 2. In another case see here