What is view state and how this can be done and was this
there in asp?
Answer Posted / asela chamara
It is the technique used by an ASP.NET Web page to persist
changes to the state of a Web Form across postbacks. The
view state of a page is, by default, placed in a hidden form
field named __VIEWSTATE.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Can you set which type of comparison you want to perform by the comparevalidator control?
What does the orientation property do in a menu control?
To redirect the user to another page which method do we use without performing a round trip to the client?
What are the differences between the response.write() and response.output.write()?
Explain the difference between singleton and single call?
What is a proxy in web service?
What are cao and sao.
Explain MVC model binders?
What is a multilingual website?
1.can we add connection string in global.asax?????????? 2.what are the default files included when we create new web application????
Explain the steps to be followed to use passport authentication.
What is an assembly? Explain its parts.
in which protocol ASP.NET WEB API Work?
In how many ways we can retrieve table records count?
How long the items in ViewState exists?