event handler in ASP

igjournobrow

New Member
i have a page where an admin can see all the user information and edit it with update button(form post). but i need a button on the top says log in as user which logout the admin and login as that user and land on user home page. I was wondering that is there any way we can handle that button event? I am new to this and after searching for few hours on web i found that its easy to handle event in ASP.net but in classic asp its hard.i found this http://blogs.msdn.com/b/lisawoll/archive/2004/07/22/191692.aspxand tried but didnt work.please help me.
 
Top