What is the Global ASA(X) File?

Answers were Sorted based on User's Feedback



What is the Global ASA(X) File?..

Answer / 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

What is the Global ASA(X) File?..

Answer / sapna

Global asax file is used to handle application, session
level events and to initialise application and session
level variables.

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More ASP.NET Interview Questions

What is the asp.net control toolkit?

0 Answers  


Why asp.net mvc is better than asp.net? : Asp.Net MVC

0 Answers  


what is webservices. howit is use in our project .

4 Answers   TCS,


What is customer control and user control?

1 Answers   Perot Systems,


How to use one project files into another project?

4 Answers   HP,






Can you explain what inheritance is and an example of when you might use it?

4 Answers   Siebel Systems,


Difference between ADO.net Dataset , ADO Record Set & ADO Data Reader?

3 Answers   HCL, NIIT,


What is advantage of viewstate and what are benefits ?

1 Answers  


Explain current thinking around IClonable.

1 Answers   Infosys, Wipro,


what is use of doctype tag in asp.net

1 Answers   TCS, Wipro,


what is caching,session? when & what is used mostly in which situtations, how they r implemented in real time? tell with example?

1 Answers   Satyam,


Explain State management in asp.net

0 Answers   BirlaSoft,


Categories