Explain which is best suited place in the Application Start
and Session_Start subroutines with an example?
Answers were Sorted based on User's Feedback
Answer / rana rashid
Best suited place is Global.aspx..
in that file you put your application start and
session_start subroutines....
these initilize on the start of your application..
Is This Answer Correct ? | 0 Yes | 1 No |
How many types of web application ?
What is the use of session in web application?
is it possible to develop gaming application using .net technology?
What is sql data source control in asp.net?
What three Session State providers are available in ASP.NET 1.1? What are the pros and cons of each ?
What do you mean by caching in asp.net?
Explain client-side scripting?
What are Themes? What is their use ?
can machine.config file orverrides web.config. For example: if u set session timeout as 30 mins in web.config file to a particular application and if u set session timeout as 10 mins in machin.config. what will happen and which session is set to the appliction?
Explain asp.net application life cycle?
How many types of triggers are there in update panel?
What is a SESSION and APPLICATION object?