J
John Bonds
I run the following code:
dgSearchResults.DataSource = MyDataTable
MsgBox(dgSearchResults.VisibleRowCount)
and I get 0. Can someone explain why I get 0?
Thanks,
John
dgSearchResults.DataSource = MyDataTable
MsgBox(dgSearchResults.VisibleRowCount)
and I get 0. Can someone explain why I get 0?
Thanks,
John