PDA

Click to See Complete Forum and Search --> : Count button


Sheikha
Sep 12th, 2004, 10:36 PM
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?

mendhak
Sep 13th, 2004, 02:22 AM
Are you populating it using a dataset?

Sheikha
Sep 13th, 2004, 04:12 AM
ya. the datagrid is poulated using a dataset.

thanks

mendhak
Sep 13th, 2004, 04:18 AM
Then do a row count on the dataset.