So here is what i am trying to achieve
When a user logs in and his password has expired, i redirect him a change password screen. I would like the user to change his password prior to going to other links in a menu
I want to redirect back to this changepassword.aspx when ever he attempts to leave, unless he changes his password
So how do I do this? and more importantly where?
Thanks for the help!
EDIT: I know we can use response.redirect, but it cant be used in the Unload operation
EDIT: ok i am not asking this right, i need help in keeping the user on the page - how do i do that and which part of the page [load, unload, etc]