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

Answer Posted / 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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

WSDL means?

663


To display data in a Repeater control which template you provide?

586


Which .NET framework supports Web API?

588


Define satellite assemblies.

584


What is a gridview in asp.net?

525






What is redirectpermanent in asp.net?

610


What is recordset asp?

540


Explain file-based dependency and key-based dependency.

570


How will you load dynamic assembly?

536


What are the best practices to follow to secure connection strings in an ASP.NET web application?

554


Explain the use of fragment caching.

663


How many types cache in asp net?

528


What is inproc and outproc?

521


How is the asp.net mvc architecture different from others? : asp.net mvc

480


I have an excel file with data, i am importing this excel file data into Sqlserver 2005 database. while importing i am getting wrong data(ie, special characters) in one column(description column), upto some limit the data in that column is coming fine,after that data is coming like below. The "Walter" leather storage bench is one of our most popular styles. The top with the tufting and double stitching finish a very impressive piece. The size is perfect in front of beds and the storage adds another functional bonus. Open it up and sneak al���Ƴ�Â��ƴ�Ã��ƶ�Å�� al���Ƴ�Â��ƴ�Ã��ƶ�Å�� Is there anywhy to resolve this? (I am using recordset in coding for developing import process.) please help me soon.

1424