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

what is use of web.config?

3 Answers  


Why do we need Web Services?

1 Answers   Mind Tree,


What is web api vs wcf?

0 Answers  


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

0 Answers  


Is data can be edited in the Repeater control?

2 Answers  






When we are requesting a new URL through Response.Redirect() the new page wil open on the new browser window or it wil open in the same window? If we use Server.Transfer() what wil happen?

1 Answers  


whats the purpose of AUTOPOSTBACK property for the controls in asp.net?

4 Answers  


what is webservices. howit is use in our project .

4 Answers   TCS,


What's a bubbled event?

3 Answers   Siebel,


Is asp net front end or backend?

0 Answers  


How do you handle unhandled exceptions in ASP.NET?.

3 Answers  


Error : The operation couldn’t be performed because ole db provider sqlncli10 for linked server was unable to begin a distributed transaction.00000110 oledb provider for linked server returned message the partner transaction manager has disabled its support for remote/network transactions. I can able to execute the stored procedure in sql server but when i run the web page getting error like above. I did all the configuration. what is the solution?

0 Answers  


Categories