Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


What is viewstate?

Answers were Sorted based on User's Feedback



What is viewstate?..

Answer / jiten

View state is nothing but curent state of control and page
which can prisist during the postback

By using using u can store the state of control and page in
the hidden filed in cliend side or cline browser

it is store in HF form of encoded 64data

Is This Answer Correct ?    3 Yes 0 No

What is viewstate?..

Answer / sivaprasad

i)Viewstate is nothing but persisting the state of the
controls across postbacks.
ii)In the page lifecycle Init,Load,Prerender(this is the
last stage for viewstate,what data you want to save here we
need modify that and it will be saved).
iii)Maintaining the data with in the page level.

Is This Answer Correct ?    3 Yes 0 No

What is viewstate?..

Answer / nizath ali.u

Hi all this is Nizath Ali,

Viewstate is a client side state management.It
retains the page & control specific values between the
round trips(Post Back).
It always stores the values in one hidden form field
(control of ASP.NET) on the pge.

Brief:
Each webform page & controls on the page consists
of one "viewstate" property.
If we enable the viewstat property as true, it
automatically save the page & control specific values b/w
the round trips.
This viewstate is implemented with one hiddenform
field(control of ASP.NET) called "_VIEW STATE".That is the
viewstate stores the values in this hiddenform field
control.
This hidden form field is automatically created in
every webform page.
Now, what are the values stored in a viewstate
property,that are collected & formatted into a single
encoded string.
Then the encoded string is assigned to the "value"
property of the hiddenform field "_VIEW STATE".
Then it send to the client as apart of the webpage.
This kind of process is done by viewstate.

Drawback:
When we store the large values on the viewstae,it
makes the page slow down.
It stores the values on the "hiddenform field" so
no good security is their.

Is This Answer Correct ?    2 Yes 0 No

What is viewstate?..

Answer / chowdary

It maintain the controls data under postback
implementation.It is implemented based on hidden field
concept.Generally viewstate is disabled for Password type
textboxs.

Is This Answer Correct ?    2 Yes 2 No

What is viewstate?..

Answer / giri

ViewState is (asp.net object) mechanism by which page state
(information)(or values of the current page before postback)
is maintained between page post backs untill the page is running

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More ASP.NET Interview Questions

What is state management technique?

0 Answers  


is gateway for sms continue connected for sending sms.how?

0 Answers  


What is enableviewstatemac in asp net?

0 Answers  


I have a datagrid of 10 rows and I am updating the fifth row using template column edit. How wil u know that the row is updated, so that it can be send to database for updating the respective table?

3 Answers  


Is asp.net outdated?

0 Answers  


What are the different validators in asp.net?

0 Answers  


what is the purpose of update panel control in ajax?

2 Answers   CSC,


Explain the scenario where we go for inpro and outpro session?

3 Answers  


Features in ASP.NET?

2 Answers   Microsoft,


Types of objects in ASP ?

2 Answers   Microsoft,


How .net CLR works with n-tier application

4 Answers   HCL, Hughes,


Explain managed code an un-managed code.

0 Answers  


Categories