Is there a way to add my own pager controls to a datagrid? -
09-22-2006
, 12:09 PM
Is there a way to add my own pager controls to a datagrid?
Phone web app
I'm returning 8 records from my sProc that will return the next 8 or
previous 8 records, this is to limit the amt of data pushed to the phone,
the sProc is fast so I don't mind making the round trip.
My pain is having a Prev and Nxt buttons as well as record 1-8 of 25
-----------------------------------
<< Prev [1-8 of 25] Next >>
-----------------------------------
Since I'm only returning 8 records the PagerStyle NxtPgTxt is not enabled.
TIA
JeffP....
FYI, I now have an sProc that returns a limited amount of data to the
client, it will go foreward and backward in the dataset maintaining the
sort. |