Answer Posted / joicy
The Global.asax file is an optional file that can contain
declarations of objects, variables, and methods that can be
accessed by every page in an application.The Global.asax
file can contain only the following:
Application events
Session events
<object> declarations
TypeLibrary declarations
the #include directive
The Global.asax file must be stored in the root
directory of the application, and each application can only
have one Global.asax file.
| Is This Answer Correct ? | 6 Yes | 3 No |
Post New Answer View All Answers
Difference between web user control and web custom control?
What are the types of validation in asp net?
Why is global asax is used?
What is enableviewstate?
What are the Difference between asp.net and asp ?
Explain the difference between sql invalidation and sql notification.
Who creates jsessionid?
Explain the path instructions in xaml?
How to deploy/publish webservices?How many ways?Plz explain me
Explain how can we inherit a static member?
What is asp.net? How is it different from asp?
What types of data validation events are commonly seen in the client-side form validation?
What is the asp.net mvc folder conventions? : asp.net mvc
What is autopostback true?
Can I recieve both html markup for page and code in the asp.net web page's source code portion in the web browser?