Answer Posted / milan
Application and Session events can be written in the
Global.asax.
Eg: Application_Start, Application_End, Session_Start,
Session_End, Etc.
| Is This Answer Correct ? | 16 Yes | 2 No |
Post New Answer View All Answers
What is the difference between user control and custom control?
What are cookies in asp.net?
Are there resources online with tips on asp to asp.net conversions?
What are the different web pages?
What is advantage of asp.net?
Why is it preferred to not use finalize for clean up?
Explain about solution explorer window?
List the advantages and disadvantages of user control an custom control?
Which methods validate all the controls on a page?
Explain the function of new view engine in asp.net? : asp.net mvc
How can I create master page in asp net?
what is the difference between response.write() and response.output.write()?
Define authentication and authorization.
what is command line compiler.what are the steps and how it is related to debugging.
What is razor? : asp.net mvc