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 are standard controls?

0 Answers  


Details on web.config and global.asax - just explain what are the sections will be there.

1 Answers   Syntel,


What is shadowing?

2 Answers   Syntax Softtech,


What property is used on the datatable to indicate a conflict after an update? a) HasConflict b) HasError c) HasCollision d) HasDataError

1 Answers   Syntax Softtech,


Which validator control you use if you need to make sure the values in two different controls matched?

0 Answers  






How to deploy/publish webservices?How many ways?Plz explain me

0 Answers   TCS,


How many types of sessions are there in asp net?

0 Answers  


What is asp.net globalization?

0 Answers  


What are session objects?

0 Answers  


What is difference between Fragment Caching and Page Caching in ASP.NET?

0 Answers   PUCIT,


What is the namespace to create thread in .net?

0 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