How do u check a datagrid to see if it has rows
Printable View
How do u check a datagrid to see if it has rows
How do you populate your data grid? I always bind to a datasource, then use ds.Tables("MyTable").Rows.Count
NICE ONE
i was using m_dataset.Tables(1).Rows.Count() which worked fine on a VS generated DG but not the one i wrote
cheer bud