I have a login.aspx page. There is a validation in another page say FirstPage.aspx once login successful, and if the validation fails,page will be redirected back to "login.aspx?status=false". Then the error message is assigned a label in Login.aspx page and it will be displayed. Now, the requirement is, if I click on browser's refresh button now, teh URL should get changed to "login.aspx".
How to achieve this. Any help is greatly appreciated.
Thanks in advance