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
Explain the use of resource manager class in .net.
How do you declare static variable? What is its lifetime?
Describe the disadvantage of cookies.
What is tracing? Where is it used?
Explain the differences between clr & cts?
What methods are fired during the page load? Init()
Is asp.net a language?
How you can manage the state of application at the server side in ASP.NET?
What is the purpose of url encoding?
Suppose you want an asp.net function (client side) executed on the mouseover event of a button. Where do you add an event handler?
What is paging in context of Memory?
What is server infrastructure & server components?
Explain diff. Betn dataset and recordset?
For which does this Codebehind="MyCode.aspx.cs" is relevent to ?
Explain what is clr?