Hi,
I am using GridView bound to sqldatasrc (with paging). On a button click I apply styles on a few rows using jquery, when I go to page 2 and reurn to page 1, i see the styles are no more there. This is due to postback.
How can i retain these styles when i move between pages.
Please support answer with code.