Answer Posted / anjani mittal
Global.asax file is used to handle application, session
level events,handles the application level error and to initialise application and session level variables also in global.asax files we can lock & unlock the application for a particular session it contains the following event handlers are:-
1>Application Start.
2>Application End.
3>Session Start.
4>Session End.
5>Application Error.
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
List the events in page life cycle.
By default, Web API sends HTTP response with which of the following status code for all uncaught exception?
If there are multiple update panels on the page say upd1 and upd2. There is a button placed in upd1. How can you stop upd2 to update when button placed in upd1 is clicked?
How to disable cut, copy and paste in TextBox using jQuery in asp.net?
What are the differences between clr & cts?
What is OSI layer? Explain different layers.
Does web services support data reader like pom project?
How to display validation messages in one control?
Explain Apache web servers ? How can you get ASP.NET running in Apache web servers - why should you do this?
Why do I get error message "could not load type" whenever I browse to my asp.net web site?
What is the good practice to implement validations in aspx page?
Can I recieve both html markup for page and code in the asp.net web page's source code portion in the web browser?
What is a multilingual website?
How do I use response redirect?
How can you make sure that web api returns json data only?