Answer Posted / 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 |
Post New Answer View All Answers
What is fulltrust?
Can we set which type of comparison we want to perform by the CompareValidator control?
Explain file-based dependency and key-based dependency.
Can you explain the basic use of dataview?
Where are session variables stored?
What are session objects?
What do you mean by caching in asp.net?
How do you secure your connection string information?
Explain the difference between asp & asp.net.
1.how to encrpt query string in asp.net? 2.there are 10000 records then i wnat display 5000 records one gridview and 5000 records another grid view what is the process?
What is autopostback true?
Can you explain the importance of finalize method in .net?
How can I have a particular web page in an asp.net application which displays its own error page?
What is the purpose of using MVC programming pattern in ASP.NET?
What is masterpage?