Logout Feature in ASP.Net Page

  • Thread starter Thread starter Vinod I
  • Start date Start date
V

Vinod I

Hi Team,

I would like to know how "Logout" can be handled in asp.net page.

Scenario is like this:-
I have a "logout" option in my menu. As soon as user clicks this, will show
a "Sucessfully Loged out" screen. Now the problem is, if the usr clicks on
"back" button of windows menu bar, control goes back to previous page.

I tryed with "Session" checking in page_load event of previous screen. but
when the user clicks on back, control never goes to "Page_load" event.

Please let me know the best prcactices for the above situation.

Thanks in advance.

-Vinod
 
Hi

Thx it is working. DO u know how to put cross mark in the
checkbox dynamically based on a value.

Thx
 
Back
Top