what are the components available in global.asax ?



what are the components available in global.asax ?..

Answer / surendra kumar sharma

Application_Start:This event occurs when first user visit a
page of application.
Application_End:This event occurs when there are no more
users of the application.
Application_BeginRequest:This occur at the beginning of
each request to the server.
Application_EndRequest:Occurs at the end of each request to
the server.
Session_Start:This event occurs every time when new user
visits
Session_End:Occurs when the users stop requesting pages and
their sessions time out.

Is This Answer Correct ?    20 Yes 0 No

Post New Answer

More ASP.NET Interview Questions

Describe session handling in a webfarm?

0 Answers  


How to authenticate users using web.config ?

1 Answers   Patni,


Any disadvantages in Dataset and in reflection ?

1 Answers   DELL,


What is the use of dispose method?

0 Answers  


If you want to write your own dot net language, what steps you will you take care?

0 Answers  


How can we use Web API with ASP.NET Web Form?

0 Answers  


How to you can limit Access to Web API to Specific HTTP Verb?

0 Answers  


What are the modes of updation in an updatepanel?

0 Answers  


Which two properties are there on every validation control?

2 Answers  


What is the difference between cache and cookies?

0 Answers  


what are partial classes and their use?

1 Answers   Patni,


What is authorization in asp.net?

0 Answers  


Categories