Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

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

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.