Difference between application and session ?
Answer Posted / narendra
Application object is used to provide state for the Required Data.
Session object is used to provide state for the Userdata. .we can create session when user login..
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
What are the modes of updation in an updatepanel?
Define msil.
Explain the difference between or and orelse?
How does u get record no from 5 to 15 from a dataset of 100 records?
In which event of page cycle is the viewstate available?
What is asp.net futures?
Explain the role of global.asax?
What is the use of data set in asp.net?
What is s2s tracking?
Explain the use of duration attribute of @outputcache page directive.
Describe the disadvantage of cookies.
Why do we use web config?
What is autopostback true?
Explain exception handling in .net.
Give an example of what might be best suited to place in the application_start and session_start subroutines?