Which type should you recommend?

You are designing an ASP.NET Web application that allows user input.
You have the following requirements:
– Use client-side state management.
– Prevent users from accidentally modifying data.
– Automatically encode data.
– Preserve data during a page postback.
You need to recommend the appropriate type of state management.
Which type should you recommend?

You are designing an ASP.NET Web application that allows user input.
You have the following requirements:
– Use client-side state management.
– Prevent users from accidentally modifying data.
– Automatically encode data.
– Preserve data during a page postback.
You need to recommend the appropriate type of state management.
Which type should you recommend?

A.
View state

B.
Session state

C.
A hidden field

D.
The query string



Leave a Reply 0

Your email address will not be published. Required fields are marked *