Total records

  • Thread starter Thread starter Paulo Roberto
  • Start date Start date
P

Paulo Roberto

Hi, how can I return the total of records returned from a DataSet? Because
if I use the grdview.row.count it will show just the page total... I would
like the whole...

How can I do that? or must I execute another sql statement: "count(*)"
instruction on db ?

Thanks a lot!
 
Back
Top