Hi all,


I've been trying to implemnt the signout process in my web form. Imean whenever a user logs in he is directed to a page which has frames. This is working alright. Now I want to provide a Sign Out option for the user on this page. So I've create a link button on the banner part of the frameset page and in the link button click event is used formsauthentication.signout. Then I want the user to be redirected to the login page, where i used response.redirect to the login page. But I'm not getting the login page. I guess it might be due to the frameset I'm using, but i would like to know how do i get about this and redirect the user to the login page after he clicks the Signout button.