State Management System - ASP.NET (MCQ) questions and answers for Q. 2590

Q.  What are the client-side state management options that ASP.NET supports?
- Published on 27 Jul 15

a. Application
b. Session
c. Querystring
d. Option a and b are correct

ANSWER: Querystring
 

    Discussion

  • Raj   -Posted on 19 Oct 15
    The following objects works on the client side. These are more fast than server side but less secuire.
    • ViewState
    • cookies
    • Query strings

Post your comment / Share knowledge


Enter the code shown above:

(Note: If you cannot read the numbers in the above image, reload the page to generate a new one.)