Session State The session enables the persistence of values across all the pages for a given session, unlike a view state which stored the values for a particular page.3 Eki 2020
Read moreWhat is state management technique?
Definition. State Management can be defined as the technique or the way by which we can maintain / store the state of the page or application until the User’s Session ends .
Read moreWhich of the following is not valid state management?
7) From the following which is not a valid state management object? Explanation: We generally do not run queries in asp as they are slow. It is not a valid management tool to be used.
Read more