T
Trapulo
Hello,
I've a gridview binded to an objectdataSource. Custom paging is enabled and
my objectdataSource is using a SelectCountMethod to retrieve the number of
total retrieved rows when it's showing only 25 rows at time (the rows that
the SelectMethd returns).
All works fine, but I need to show a label as "Total items: xxxx" on the
page, where xxxx is the total rows the select can retrieve (the value the
gridview uses to calculate total available pages number). I cannot make
this, can someone help me?
thanks
I've a gridview binded to an objectdataSource. Custom paging is enabled and
my objectdataSource is using a SelectCountMethod to retrieve the number of
total retrieved rows when it's showing only 25 rows at time (the rows that
the SelectMethd returns).
All works fine, but I need to show a label as "Total items: xxxx" on the
page, where xxxx is the total rows the select can retrieve (the value the
gridview uses to calculate total available pages number). I cannot make
this, can someone help me?
thanks