:: Forum >>

How do I persist the sort order across page postbacks?

I am currently trying this:

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
Thursday, November 11, 2004

This topic is archived.


Back to support forum

Forum search