GridView: Total Records Count

A

Amelyan

I need to get the total number of items/records returned into GridView.

If I just do myGridView.Rows.Count, then it just returns me the total number
of items on the page.

But if I have, 10 pages (10 records per page) and 98 records total,
Rows.Count will return me 10 on the first 9 pages, and 8, on the last page.

But, I need to somehow get access to total record count which is 98. What
is the proper/easy way to accomplish that?

Thanks,
 
C

CaffieneRush

The easy way is to return the count as an extra column in your data
source.
Like you I'm also waiting to hear the proper way.

Regards.
 
S

Steve C. Orr [MVP, MCSD]

I'd suggest you get the row count from the underlying data source. Perhaps
you're using a DataSet? If so, you'd check MyDataSet.Tables[0].Rows.Count
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,756
Messages
2,569,533
Members
45,007
Latest member
OrderFitnessKetoCapsules

Latest Threads

Top