How do I persist the sort order across page postbacks?
I am currently trying this:
the cookie values are set in the sort function, and when the page posts back after sorting, the cookie values are correct, but calling the sort method as I am above does nothing.
Has anybody gotten something similar to work?
Thanks,
Josh
obj.sort( readCookie("sort_index"), readCookie("sort_direction") );
the cookie values are set in the sort function, and when the page posts back after sorting, the cookie values are correct, but calling the sort method as I am above does nothing.
Has anybody gotten something similar to work?
Thanks,
Josh
henningero
November 11,