Answer Posted / sridhara krishna
Global.asax is a file that resides in the root directory 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 can come from one of
two places - The HTTPApplication object and any HTTPModule
object that is specified in web.confg or machine.config
Regards
sridhara krishna bodavula
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
how to retrieve property settings from xml .config file.
Explain about the .NET framework?
What is an asp.net web form?
What is mvc in asp.net interview question? : Asp.Net MVC
What is the syntax for datagrid and specifying columns?
what is silver light when will we use silver light,
How do you sign out from forms authentication?
What is inheritance and an how it be used, example with an example?
How does session state work in asp.net?
Out of ASP or ASP.NET which one is stateless?
Why should i prefer JSP over asp.net or any other web development language..??
Can I have a unique key as foreign key?
What are assemblies and namespaces and explain the difference between them ?
If you want to bind the columns manually within the asp:datagrid tags what kind of tags you have to add.
What are the different types of Caching techniques in ASP.NET?