Answer Posted / radha
Global.asax file is resides in the root directory of the
application. it is also known an asp.net application file.
it is responding for the application and session levels
events raised by Asp.net. At run time it is compiled
dynamically.
| Is This Answer Correct ? | 22 Yes | 1 No |
Post New Answer View All Answers
Explain what is an assembly?
What is enableviewstate in asp net?
How to disable cut, copy and paste in TextBox using jQuery in asp.net?
Can you explain composite pattern?
What is latest version of asp.net mvc? : Asp.Net MVC
Can we set which type of comparison we want to perform by the CompareValidator control?
How we can force all the validation controls to run?
Explain how to prepare culture-specific formatting in .net.
What is application session?
Can you set which type of comparison you want to perform by the comparevalidator control?
1.what is the application pool. 2.what is the HttpModile and Http Handler. 3.C# 3.0 Features ? 4.Anonoymous Type,methopd and claas in 3.0? 5.difference between statsic and const ? 6.session vs application 7.state management clint side and server side ? 8.Genric list 9.c# 3.0 vs 3.5
Explain what does mvc represent in asp.net? : asp.net mvc
What is a session in programming?
Can we store object in viewstate?
Why do you use the app_code folder in asp.net?