view state data is stored in which format?

Answer Posted / raj

viewstate is the client side state management.every server
control has a view state .we can assign a property named
Enableviewstate to every server control and setting the
property to true,the viewstate will be enabled and hence
the values of the control will be stored as encrypted
format whenever the page is postback from the server again
and again.

Is This Answer Correct ?    22 Yes 4 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is bson in web api?

602


What are the session management techniques asp net?

577


What is the purpose of App_Code folder in ASP.NET? Why we this?

630


What are sql joins?

580


Can we use a static function with a non-static variable?

521






How can you display all validation messages in one control?

562


What is the difference between stored procedure vs function?

586


Differentiate between early binding and late binding.

584


What is session management in web application?

557


If you have an application with multiple security levels though secure login and my ASP.NET web appplication is spanned across three web-servers by using round-robbin load balancing. Explain which is the best approach to maintain login-in state for the users?

612


What is directive in asp net?

556


What are the event handlers that we can have in global.asax file?

540


Explain what is viewstate?

555


Explain global assembly cache.

583


How does session authentication work?

519