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 and How it is managed,Its
Advantages/Benefits?

Answers were Sorted based on User's Feedback



What is ViewState and How it is managed,Its Advantages/Benefits?..

Answer / m.sivakumar

ViewState is a speacial object that ASP.NET uses to maintain
the state of page and all webcontrols/ServerControls within
it.

It is in this object preserves the states of various FROM
elements during Postbacks.
It is rendered to client(browser) as a Hidden
variable_VIEWSTATE under<form> tag.
we can also custom values to it.

Is This Answer Correct ?    20 Yes 1 No

What is ViewState and How it is managed,Its Advantages/Benefits?..

Answer / anitha

viewState is a speacial object that ASP.NET uses to maintain
the state of page and all webcontrols/ServerControls within
it.

Is This Answer Correct ?    6 Yes 4 No

What is ViewState and How it is managed,Its Advantages/Benefits?..

Answer / bhoj

is view state is used to persist the web control data across
the post backs.? the answer is NO , because the data of web
control is persisted because of the loadPostbackData() of
life cycle.
view state it will be enable in the OnInitComplete() of page
life cycle,or we can enable at any time of page life cycle
by calling the TrackViewStae() method.
view state is used to store the data at page level.
advantages: if the data is small, store it in view state by
doing this no need to call to database to get the details
but for large data page performance will decrease.

Is This Answer Correct ?    1 Yes 1 No

What is ViewState and How it is managed,Its Advantages/Benefits?..

Answer / kinjal panchal

View State:- The web is a sate less. In asp.net the sate of
the page maintain by Asp.net itself.In asp.net encrypted
values store in the hidden controls and this is maintain by
asp.net itself.

View state is managed by Asp.net itself.
if u wanna check then write "enableviewstate="flase"" in
.aspx page.

Is This Answer Correct ?    0 Yes 1 No

Post New Answer

More ASP.NET Interview Questions

You are planning the deployment of an ASP.NET application. The application uses a Visual Studio .NET component named DataAccess that will be shared with other applications on your Web server. You are using Visual Studio .NET to create a Windows Installer package. You need to deploy DataAccess and the ASP.NET application so that they can be uninstalled later of necessary. What should you do? A . Create a setup project for DataAccess. Add the ASP.NET application in a custom action. B . Create a setup project for the ASP.NET application. Create another setup project for DataAccess. C . Create a Web setup project for the ASP.NET application. Add a project output for DataAccess. D . Create a Web setup project for the ASP.NET application. Add a merge module for DataAccess.

3 Answers   Syntax Softtech,


What are asynchronous callbacks ?

6 Answers   Accenture, BirlaSoft,


what is value type to reference type

6 Answers   AG Technologies, IBM,


How to comment out asp.net tags?

0 Answers  


How do you hide the columns?

0 Answers  


In which module you have worked in your .net project explain?

1 Answers   TechSolution,


Is It Possible for Static Variables access normal variable? and Normal Varialbe Access the static Variables?

1 Answers   Phoenix Technologies,


What is sql data source control in asp.net?

0 Answers  


What is a session government?

0 Answers  


What is viewstategenerator?

0 Answers  


what is asp dotnet

2 Answers  


How many classes can a single .NET DLL contain?

6 Answers   SoftSol,


Categories