Answer Posted / shafi syed
Global.asax is use to implement Application and Session
level Events and those events are:
APPLICATION_START.
APPLICATION_END.
SESSION_START.
SESSION_END.
Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
What is the difference between executescalar and executenonquery?
What is session handling in a webfarm, how it can work with its limits?
What is difference between ispostback and autopostback in asp net?
How to unit test Web API?
What are the difference between overriding and overloading?
What is the use of placeholder control? Can we see it at runtime?
What are the advantages and disadvantages of session?
How to store checkbox value in database in asp.net mvc? : Asp.Net MVC
What is application Object?
What symbol would you use to denote, the start of a code block in aspx views?
What are the merits and demerits of viewstate?
To get the values in two different controls to match which control you use it?
What do you mean by serialize?
What is x xss protection?
What is page request in asp.net?