Which of the following is not a valid state management tool?

Skill/Topic: Intermediate
A) Application State
B) Hidden Form Field
C) Querystate
D) Cookies

Showing Answers 1 - 13 of 13 Answers

scorpio2804

  • Feb 13th, 2006
 

Answer is C there is no querystate, application state is maintained by using application level variables which are stored and used for the whole web application commonly

  Was this answer useful?  Yes

balajifortest

  • Aug 20th, 2006
 

Hai,

THis Is Balaji we have  Query String as State Management OPtion .

with regards,

Balaji(Microsoft R&D).

  Was this answer useful?  Yes

sarita

  • Dec 28th, 2015
 

C) Querystate

  Was this answer useful?  Yes

santosh

  • Jan 1st, 2016
 

C) Querystate

  Was this answer useful?  Yes

manceelee

  • Feb 10th, 2016
 

These are ASP.NET state management: should be query string instead of QueryState
View state
Control state
Hidden fields
Cookies
Query strings
Application state
Session state
Profile Properties

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions