what is view state and its use
Answer Posted / karvendhan
view state that automatically preserves property values of
the page and all the controls on it between round trips.
| Is This Answer Correct ? | 8 Yes | 6 No |
Post New Answer View All Answers
Is LINQ performance wise better or using sqlcommand?
What is the purpose of App_Code folder in ASP.NET? Why we this?
What are the merits and demerits of viewstate?
Difference between DataGid and Girdview? Difference b/w .Net 2.0, 3.0 and 3.5 ? Diff b/w dispose & Finialize Methods?
What is the difference between a default skin and a named skin?
Define common type system?
What are the main requirements for caching?
Where the cookie value is stored?
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.
What is .net remoting?
Is asp.net free?
What is the difference between a candidate key and primary key?
Why viewstate is used in asp.net?
Explain what benefit does your code receive if you decorate it with attributes demanding specific security permissions?
What are the validation controls available in ASP.NET?