What is Difference between Application object and Session Object
Answer Posted / m madar
Application object store the data till application is shut down.
Session object store the data till browser close.
| Is This Answer Correct ? | 9 Yes | 2 No |
Post New Answer View All Answers
What is the difference between rest and restful?
Is it possible to change the index of primary key on table?
Which method do you use to enforce garbage collection in .net?
What is the usage of DelegatingHandler?
Why is global asax is used for?
Disable Mouse right click on web page in asp.net?
Explain the difference between server.transfer and response.redirect? Why would I choose one over the other?
Name the two properties are on every validation control?
Explain the main function of url routing system in asp.net mvc? : asp.net mvc
Define common type system?
What is tracing? Where is it used?
Does asp.net still recognize the global.asa file?
What is actually returned from server to the browser when a browser requests an .aspx file and the file is displayed?
What is asp.net web pages?
What is http pipeline in asp.net?