Answer Posted / nanthini
global.asax is present one time only per application.
it implement in application-leval and session -level,
It can be stored in root directory.
It can contain 5 methds.
1.Application_Start.
2.Application_End.
3.Session_Start.
4.Session_End.
5.Application_Error.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What type of code, client-side or server-side, is found in a code-behind file of a Web page?
How you will manage the state of ASP.NET controls?
What is simple data binding?
What is Pre-Render event in ASP.NET?
To display data in a Repeater control which template you provide?
How many types of session state management options available in asp.net?
What are the HTML server controls in ASP.NET?
What is application in asp net?
Explain the difference between authentication and authorization.
How to display Alert in ASP.NET
What is asp net_sessionid?
Where do the cookie state and session state information be stored?
What are the validation controls available in ASP.NET?
Why is xap important?
How do I force the dispose method to be called automatically, as clients can forget to call dispose method?