Is it possible to catch, save, and later initialize PagerStyle settings according to the user's last-used settings? I.e., if I have
and my user sets a page size of 50 (my default is 10) can I "learn" that they changed the value, save it in a user-preferences table, and when they come back later, initialize the control with those settings?
If not, is there a "save this control's value on this .aspx page for the life of the session"?
Thanks,
Tim
<PagerStyle Mode="NextPrevNumericAndAdvanced" Font-Bold="False" Font-Italic="False" |
Font-Overline="False" Font-Strikeout="False" Font-Underline="False" Wrap="True" |
AlwaysVisible="true" /> |
and my user sets a page size of 50 (my default is 10) can I "learn" that they changed the value, save it in a user-preferences table, and when they come back later, initialize the control with those settings?
If not, is there a "save this control's value on this .aspx page for the life of the session"?
Thanks,
Tim