Hello
I have a grid that displays products and when a user filters data on grid and go to detail page, make neccessary changes, I want to go back to filtered data again. Because i moved to another page, i use response.redirect(product.aspx) where all filtering and paging is gone.If i use browsers back button twice i can see filtered data.
How can i handle this?
I have a grid that displays products and when a user filters data on grid and go to detail page, make neccessary changes, I want to go back to filtered data again. Because i moved to another page, i use response.redirect(product.aspx) where all filtering and paging is gone.If i use browsers back button twice i can see filtered data.
How can i handle this?