TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Tejaswini Prashant J
NA
114
0
How to Call serverside function from client side code
May 15 2009 3:22 AM
I am creating an application, where I am dealing with userStatus (online/offline). When user will close the browser window i want to call a server side method which will abandon the session and update the user status.
I am not using Ajax/ update panel for my application.
My code is --
<head>
<script language="javascript" type="text/javascript">
function HandleClose()
{
alert("Killing the session on the server!!");
// here I want to call a server side function
}
</script>
</head>
<body onunload="HandleClose()">
Reply
Answers (
1
)
How two or more then two tables Merge at runtime...
Forgot password and security questions