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

You have two buttons in web form and i clicked on one of the button, so how do i find which button i've clicked on the form in my page load?

15 Answers   INDUS,


What is the life-span of the items in the viewstate?

0 Answers  


Can anyone please tell me that the question posted on this website are Sufficient for the interview with 2+ year experience in .net

0 Answers  


In asp.net, how can you validate drop down box?

0 Answers   Accenture,


How to rename a table using sql queries?

0 Answers  






Difference between dynamic query and static query ?

1 Answers   DELL,


When a dropdownlist has been added by some records and it has been binded why it is not executing i'm facing this error pls help me ? if (is!pageposback) { arraylist books = new arraylist; books.add ("gone with the wind"); books.add ("rahulsriramprakash"); books.add ("vishal"); dropdowndisplay.datasource=books; dropdowndisplay.databind(); } The error is : 1) The dropdowndisplay does not exist.

5 Answers   Netsweeper,


In which event of the page life cycle, is the viewstate available?

0 Answers  


Which ASP.NET configuration options are supported in the ASP.NET implementation on the shared web hosting platform?

0 Answers  


How Can we use multiple forms in single asp.net application?

3 Answers   Polaris,


Can session variables be accessed from code-behind?

2 Answers   Microsoft, RMS,


Define viewstate in .net?

0 Answers  


Categories