what is the uses Of Global.asax

Answers were Sorted based on User's Feedback



what is the uses Of Global.asax..

Answer / milan

Application and Session events can be written in the
Global.asax.

Eg: Application_Start, Application_End, Session_Start,
Session_End, Etc.

Is This Answer Correct ?    16 Yes 2 No

what is the uses Of Global.asax..

Answer / anitha

It is used to implement application and session level events.

Is This Answer Correct ?    10 Yes 0 No

what is the uses Of Global.asax..

Answer / ujjal

Is it accessable acrros the layer ?

Is This Answer Correct ?    1 Yes 1 No

Post New Answer

More ASP.NET Interview Questions

How many classes can a single .NET DLL contain?

6 Answers   SoftSol,


What is cache in asp net?

0 Answers  


Explain the updatepanel?

0 Answers  


What is the difference between user control an custom control?

0 Answers  


How u refer webservices?

0 Answers   Microsoft,






How Session outproc in Sqlserver stored?

0 Answers   CGI,


Where session id is stored?

0 Answers  


Explain what is the procedure to create the environment for asp.net? : asp.net mvc

0 Answers  


What is the difference between response.redirect and server.transfer, how to choose one among the other?

3 Answers   247Customer,


What is the difference between GridView and Repeater controls in ASP.NET?

0 Answers  


What is application variable and when it is initialized ?

4 Answers   Keane India Ltd,


What are the difference between function and stored procedure in .net programming language?

0 Answers  


Categories