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
Is it possible to migrate visual interdev design-time controls to asp.net?
Can you change a master page dynamically at runtime? How?
What are url fragments?
What is the state management in asp.net?
What is the difference between application state and caching?
how can we create wcf in asp.net and how can we cll that in to asp.net application?plsss tel me each step clearly
What are tuples?
What are the three parts of an http response?
Can we override the enablepartialrendering property of the scriptmanager class?
What is a server farm in iis?
How do you create a master page?
I am trying to implement sorting facility from client side code in GridView Control. So how can I fill up an Array inside client side code (using JavaScript), i want to assign my DataSet object declared and filled up on Server side(in code behind) to the array (on client side)
What are the advantages of using Master Pages?
What are the security types in ASP/ASP.NET? Different Authentication modes?
Define the steps to set up validation control.