views:

175

answers:

0

Hi, I am using jquery remote tab in my asp.net application.So each tab will load an aspx page on click.I have implemented forms authentication in my application, so after authentication time out, if i click on a tab, the login page gets loaded in that tab instead of the actual page(which is the correct behavior).But i want to prevent this.After timeout, if i click on the tab, the login page should load in the parent window itself instead of the tab window.Is it possible.Please help!