tags:

views:

192

answers:

1

Hi,

I have a large table that must join to multiple Tables, I have a query with serveral condition that user may fill some of them. I used paged method of SqlQuery. Now, how can I get total record count? I want to implement paging on gridview and dont know how many records my query will retun?

Thanks

A: 

Paged should return a PageList which has TotalPages and TotalRecords properties on it.

Rob Conery
thanks, but Paged return a SQLQuery and that doesnt have PageList.I used Version 2.2
Ashian