Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


Why Global.asax is used?

Answers were Sorted based on User's Feedback



Why Global.asax is used?..

Answer / lalit

Global.asax file is used for storing values at session
level and Application level.

Is This Answer Correct ?    4 Yes 0 No

Why Global.asax is used?..

Answer / abhishek maitrey

Global.asax is a file, as the name suggests that resides in
the root directory (in the global area) of your
application. It is inaccessible over the web but is used by
the ASP.NET application if it is there. It is a collection
of event handlers that you can use to change and set
settings in your site. The events may occur from one of two
places - The HTTPApplication object and any HTTPModule
object that is specified in web.config or machine.config.

Is This Answer Correct ?    4 Yes 0 No

Why Global.asax is used?..

Answer / srujana

To implement application and session level events, the
Global.asax is used.

Is This Answer Correct ?    4 Yes 1 No

Why Global.asax is used?..

Answer / suresh

The Global.asax file, also known as the ASP.NET application
file, is an optional file that contains code for responding
to application-level events raised by ASP.NET or by HTTP
modules.

For More information Visit..
http://msdn.microsoft.com/library/default.asp?url=/library/en-
us/cpgenref/html/cpconGlobalasaxSyntax.asp

Is This Answer Correct ?    3 Yes 2 No

Why Global.asax is used?..

Answer / arun

It allows you to execute application level events and
settings application level variables

Is This Answer Correct ?    1 Yes 0 No

Why Global.asax is used?..

Answer / shailesh thapa

It is an optional application level file and at the compile
time be converted in a class inheriting the HttpApplication
class and it keeps the event handlers for the session and
application.

Is This Answer Correct ?    0 Yes 0 No

Why Global.asax is used?..

Answer / gurvinder singh

Global.asax file is used for storing values at session
level and Application level.

Is This Answer Correct ?    0 Yes 2 No

Post New Answer

More ASP.NET Interview Questions

How do we access view state value of this page in the next page?

0 Answers   MindCracker,


What is Forms Authentication in ASP.NET?

0 Answers  


if i have placed the button control with the OnClick event like <asp:Button ID="mybutton" runat="server" Text="Insert" onclick="mybutton_Click" /> and some other controls(buttons, textboxes) in .aspx page. When i run the page, the button displays in the page source of the browser like <input type="submit" name="mybutton" value="Insert" id="mybutton" /> here, it does not display the onclick event, then how the page calls the button click on the server side, how the server side identify which button cause the submit, and how this page moves to the server side.

1 Answers  


what is profiles in asp.net

1 Answers  


What is the difference between user control an custom control?

0 Answers  


What?s a bubbled event?

1 Answers  


i want to implement grid view value in paypal site. so how to create this code in asp.net with C#

0 Answers  


What are strong names?

0 Answers  


How do you handle server controls?

0 Answers   Cap Gemini,


What base class do all Web Forms inherit from?

1 Answers  


How do you turn off cookies for one page in your site?

2 Answers   IBS,


Web API uses which library for JSON serialization?

0 Answers  


Categories