G
Guest
Hi
I'm having a asp.net page.When i'm clicking on the Logout hyperlink i want
to close the window and clear the session.
Actually i have taken LinkButton control and written a javascript function
to close the window.I have attached Javascript function to link button in the
page load using attributes.add method.
In the code behind of the LinkButton click i have mentioned
Session("userid")=Nothing.
But when i'm running my page Java script function is working but the code
behind is not called
Please help me
Thanks
I'm having a asp.net page.When i'm clicking on the Logout hyperlink i want
to close the window and clear the session.
Actually i have taken LinkButton control and written a javascript function
to close the window.I have attached Javascript function to link button in the
page load using attributes.add method.
In the code behind of the LinkButton click i have mentioned
Session("userid")=Nothing.
But when i'm running my page Java script function is working but the code
behind is not called
Please help me
Thanks