Skill/Topic: IntermediateA) In Web.config file set the tag to TrueB) In Web.config file set the tag to falseC) Set the Session state to false in webform properties windowD) Set the EnableSession state
Latest Answer : Session.Abandon ...
Skill/Topic: IntermediateA) All Users of an applicationB) A Single sessionC) All users within a single tunnel
Latest Answer : Ans:A) All Users of an application ...
Skill/Topic: IntermediateA) Application StateB) Hidden Form FieldC) QuerystateD) Cookies
Latest Answer : Hai,THis Is Balaji we have Query String as State Management OPtion .with regards,Balaji(Microsoft R&D). ...
In application state in asp.net where this is stored?in session state in asp.net where this is stored? what is an IIS?what a server contains exactly?can asp event handlers handled on the server or not?
Can i store DataReader object in Session State?How? Is it recommecded to store DataReader in Session State from performance point of view?
What is view state. How is it implemented?
Latest Answer : View state is mainly used in order to store the data inbetween the postbacks. To clearly explain if you complete the registration screen you go to the next page and when you come back you could see the details that you have filled in the text box or dropdown ...