what is view stat? how it is use.

Answers were Sorted based on User's Feedback



what is view stat? how it is use...

Answer / raj

Viewstate is a built-in structure for automatically
retaining values among multiple requests for the same page.
The view state is internally maintained as a hidden field
on the page but is hashed providing greater security than
developer-implemented hidden fields do.

Is This Answer Correct ?    3 Yes 1 No

what is view stat? how it is use...

Answer / michael jerold

To store data when the page is postback thai is called
viewstate.

Is This Answer Correct ?    0 Yes 0 No

what is view stat? how it is use...

Answer / ff

view state stores the control properties and data during
postbacks it is a cliend side state mgmt

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More ASP.NET Interview Questions

How you will handle session when deploying application in more than a server? Describe session handling in a webfarm, how does it work and what are the limits?

3 Answers   CoreObjects,


If Instancing = Single use for ActiveX Exe, how will this be executed if there are 2 consecutive client requests ?

0 Answers   DELL,


What?s a bubbled event?

6 Answers   Visual Soft,


i want to implement grid view value in paypal site. so how to create this code in asp.net with C#

0 Answers  


How you can manage the state of application at the server side in ASP.NET?

0 Answers  






Explain Page life cycle

8 Answers   DELL,


Why is mvc better than asp.net?

0 Answers  


What is difference between session and cookie?

0 Answers  


1.can we add connection string in global.asax?????????? 2.what are the default files included when we create new web application????

7 Answers   Sparsh,


What is the use of session?

0 Answers  


For a server control, you need to have same properties like color maxlength, size, and allowed character throughout the application. How do you handle this?

2 Answers   Microsoft,


Is it necessary to undertsand these events of an ASPX page execute. Explain its importantance?

2 Answers   HCL, Siebel,


Categories