What is view state and how this can be done and was this
there in asp?
Answer Posted / kautilya
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.
Viewstate is introduced in asp.net, it was not in classic
asp.
| Is This Answer Correct ? | 20 Yes | 6 No |
Post New Answer View All Answers
Define msil.
Define repository pattern in mvc.net? : asp.net mvc
What is an imagemap in asp.net?
What is difference between web config and global asax?
Where the viewstate is stored after the page postback?
How is mvc different from asp.net? : Asp.Net MVC
What is a web api?
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 the used of "ispostback" property?
What are type/key pairs in client script registration? Can there be 2 scripts with the same type/key pair name?
Why is it preferred to not use finalize for clean up?
Can you explain architecture of your project ?
if i want to give an alert message like "try after sometime" to a web page which is being seen by other person.if a web page is not seen by anyone then it should display otherwise it show a display a message stating that other person is viewing so try after some time........how can i implement this.
Describe session handling in a webfarm, how does it work and what are the limits?
What is Web API Routing?