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 / supriya

Item stored in ViewState exist for the life of the current
page.This includes postbacks (to the same page).

Is This Answer Correct ?    6 Yes 0 No

What is viewstate?..

Answer / nithya

ViewStates are nothing but hidden fields genereted by
asp.net at runtime to maintain the state of the (Controls)
object. We can maintain viewstate in three levels.
Application level,Page Level,Control level. For this
EnableViewState property should be true.

These viewstates will be availble only in the page.If the
page will get expire this also will be expire in runtime.
We can maintain viewstate with in the page only.

Is This Answer Correct ?    6 Yes 0 No

What is viewstate?..

Answer / ghouse basha shaik

ViewState is the process of maintaining control properties
after postback implemenation. This is done internal using
Hidden fields.

Is This Answer Correct ?    6 Yes 1 No

What is viewstate?..

Answer / yahoo

hathi.

Is This Answer Correct ?    2 Yes 0 No

What is viewstate?..

Answer / sivadatta kodali

This concept comes in the state management.For Asp.net
server controls implicitly the state of control will be
maintained with the support of viewstate.View state will
maintain some information at the Html Hiddenfield and the
will be Encrypted.

If u want to set the value explicitly.

viewstate["Key"]=value;

If u want to Read the value from the viewstate

viewstate["key"].Tostring();

Is This Answer Correct ?    1 Yes 0 No

What is viewstate?..

Answer / ganesh

ViewStates are nothing but hidden fields genereted by
asp.net at runtime to maintain the state of the (Controls)
object. We can maintain viewstate in three levels.
Application level,Page Level,Control level. For this
EnableViewState property should be true.

These viewstates will be availble only in the page.If the
page will get expire this also will be expire in runtime.
We can maintain viewstate with in the page only.

-------------------------

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More ASP.NET Interview Questions

How connect data into DropDownList from Aceess Table?

1 Answers   HCL, TCS,


Explain State management in asp.net

0 Answers   BirlaSoft,


What is the difference between a cookie and a pixel?

0 Answers  


What is %20 in a url?

0 Answers  


What are session state modes?

0 Answers  


What is fulltrust?

0 Answers  


How can you handle exceptions in asp.net?

0 Answers  


Mention the execution process for managed code?

0 Answers  


In Crystal Report Refresh Button is not working. when I click on it it givesh error like "missing parameter values " I have used propery of Crystal Viewer like ReuseParameterValuesOnRefresh="True" but this also not working. Plz give me any solution.

1 Answers  


how to use web services with code?(with example code)

1 Answers   Accenture,


How we can set Different levels of Authentication in .Net? What are the difference between Windows Authenticatin, Passport Authentication and Form Authentication?

1 Answers  


how to transfer the file from client to server using asp.net

0 Answers   Sans Pareil IT Services,


Categories