Hi guys.
I have an idea about what a global.asax file is and what events can be used in that file.Can anyone please explain where it can be actually used b'cos i am unable to understand the practical use of that file and where the events in the file can be used.
Thanks
Loading

Amit ChoudharyPosted Apr 30, 2010, 7:21 AM
and Vipul please mark the post for answer if you get some help from it....i gave you my time you should gave me some back by marking my answer. it'll help me to get some points in forum.
Vipul KelkarPosted Apr 30, 2010, 1:55 AM
Amit ChoudharyPosted Apr 30, 2010, 1:42 AM
suppose you want to save some value in the particular session a user is working on website....
for example his timezoneoffset to get the client time so you can save it inside the Session_Start event.... and can clear the value in Session_End event.
Similarly you have your own ideas what to perform when session of a user is started... you can even decide the session timeout in Session_Start event.
hope you get clear idea..
Please mark " Do you like this post" if it helps you.
Vipul KelkarPosted Apr 30, 2010, 1:25 AM
It was a good article.It helped.But also i am not able to understand how can i use session_start and session_end
Amit ChoudharyPosted Apr 30, 2010, 1:12 AM
Follow the article on Global.asax explained and you'll have a very good idea of how to use its events.
Please mark "Do you like this post" if it helps you.