Answer Posted / manish singh (amalga fusion)
The Role of Global.asax
1> it is used to implement application level event and
session level event.
2> it is also used to track the current application.
3> it provides place for the application to declare global
variable for application.
| Is This Answer Correct ? | 10 Yes | 3 No |
Post New Answer View All Answers
What is page request in asp.net?
Which object encapsulates state or data of a user?
How to use a Master Database in Asp.net?
What is a nested masterpage in asp.net 2.0? Can there be a master page inside a masterpage?
What is the advantage of using Windows authentication in a Web application?
explain code with datachaching with example
What are query strings used for?
What is a server cookie?
Why is asp.net so popular?
Can you change a master page dynamically at runtime? How?
What is the difference between a page theme and a global theme?
Which property is used to identify the Page is Post Back in ASP.NET?
How would ASP and ASP.NET applications run at the same time on the same server?
What are the advantages of the code-behind feature?
ASP.NET 2.0's new membership API used for creating and managing user account is exposed through which 2 clause?