|
-
Sep 15th, 2003, 01:20 AM
#1
Thread Starter
Lively Member
Count in datagrid
Hi, in datagrid how to count the number of records?
Datagrid.????
-
Sep 15th, 2003, 03:03 AM
#2
Sleep mode
Try this :
VB Code:
MessageBox.Show(DataGrid1.VisibleRowCount())
-
Sep 15th, 2003, 03:45 AM
#3
Thread Starter
Lively Member
It's work. Thank you beri much...
-
Sep 15th, 2003, 03:51 AM
#4
Lively Member
Dim numRows as Integer = i dataGridDetails.BindingContext(dataGridDetails.DataSource, dataGridDetails.DataMember).Count
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
|