Hi:
im developing a web based .NET application. I created a count button which should count the total number of records in a data grid. how do i do that?
Printable View
Hi:
im developing a web based .NET application. I created a count button which should count the total number of records in a data grid. how do i do that?
Are you populating it using a dataset?
ya. the datagrid is poulated using a dataset.
thanks
Then do a row count on the dataset.