What are the Application_Start and Session_Start
subroutines used for?
Answer Posted / radha
This is where you can set specific variables to the
apllication and session objects.
Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
How should I destroy my objects in asp.net?
What are standard controls?
What is state management technique?
What is Cookies Less Session?
What are session state modes? List some of the important session state modes of asp.net.
How can you identify that the page is post back?
In order to bind the data from a data source to the Repeater control what property is set and what method must you call in your code,?
What is the question mark in a url?
What is difference between web config and global asax?
How is application management and maintenance improved in asp.net 2.0?
Which is better asp.net or php?
What are demand-paging and pre-paging?
How asynchronous call can be implemented using delegates?
How do you declare static variable?
How can you handle exceptions in asp.net?