I have test.aspx which is populated as dynamic page using #!. So for example, i have a main page index.aspx and when someone click on a menu, it shows test.aspx as a sub content. it is not a new window, just div within another page. the url is like this: index.aspx#!test.aspx
in test.aspx, i have a button that calls into sql proc. because it is a button, it will postback and go back to test.aspx. How do i make it go back to index.aspx#!test.aspx?
My question is when a page does postback, is there a way to make it postback to a specific page? I would like to force it to go to index.aspx#!test.aspx
Thanks