What is view state and how this can be done and was this
there in asp?

Answer Posted / rajneesh hajela

ViewState is a hidden component which is being stored at
client side. It is basically used to retain the data of the
form during round trip to the server.

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What does asp.net stand for?

538


how to implement some securty aspect in our application i.e 1.cookie poisioning. 2.data encryption. 3.forcefull browsing 4.sql/code injection 5.securing web app by using web services ........my question is how to implement these thing in our application is this done by hard coding or by help of some tool

1642


What is the best Macanism to clear the Cache in asp.net

708


What are url fragments?

504


Mention the execution process for managed code?

537






What is preprocessor in .net and type, where it use?

660


Explain diff between dataset and datareader?

526


What is the use of dispose method?

560


How Session outproc in Sqlserver stored?

2303


a web application needs to be created to accept the product name and quantity of a toy from a customer. After the customer has entered the product name the application needs to display the discounted price of the product to the customer (company is offering 35% discount on all products). The application should allow the customer to select the product name from a list box. and also while i'm data binding to a label with custom data binding with some declarations : "The Discounted Price is "+((System.Convert.todouble(lblprodprice.text)*(system.convert.todouble(txtqty.text)) - ((System.convert.todouble(lblprodprice.text)*(system.convert.todouble(txtqty.text)*0.35)). Where i need to give this declaration in asp.net 2.0.

1443


Which is faster union or union all?

576


How is session id generated?

453


Define the term Scavenging in Caching?

578


Explain the different parts that constitute ASP.NET application?

563


What are the types of session in asp.net?

525