what is view state

Answers were Sorted based on User's Feedback



what is view state..

Answer / prameela

ViewState in Asp.net is used to save data to access across
postbacks.If the information is to be shared across
different controls, it can be placed in the view state of
the page, if it is to be accessed within the scope of a
single control, then it can be placed within the view state
of the control

Is This Answer Correct ?    11 Yes 5 No

what is view state..

Answer / somnath

using view state we can maintain a value in our page scope.
and this value use in pay page of our website.viwe state
maintain one session at the page destroyed.

Is This Answer Correct ?    0 Yes 0 No

what is view state..

Answer / sathya

View state is the method that the ASP.NET page framework
uses to preserve page and control values between round
trips. When the HTML markup for the page is rendered, the
current state of the page and values that must be retained
during postback are serialized into base64-encoded strings.
This information is then put into the view state hidden
field or fields.

Is This Answer Correct ?    2 Yes 4 No

Post New Answer

More Dot Net Framework Interview Questions

What are the features that are new in .net 2.0

2 Answers   Emphasis,


How does the 'page lifecycle' of asp.net mvc works?

0 Answers  


Where are the value-type variables allocated in the computer RAM ?

1 Answers  


Describe the advantages of writing a managed code application instead of unmanaged one. What's involved in certain piece of code being managed ?

1 Answers  


what are the aggregate functions in ASP.NET?

1 Answers   CTS, IBM, Zylog,






what is view state

3 Answers   Wipro,


What is the full form of sp?

0 Answers  


What is .net core framework?

0 Answers  


Does windows 10 need .net framework?

0 Answers  


What is the domain object?

0 Answers  


what is use of entitydatasource control?

0 Answers   Microsoft,


About Assembly in .NET, types of assemblies, their difference, How to register into GAC. How to generate the strong names & its use ?

6 Answers   Infosys, Microsoft, MMTS,


Categories