Answer Posted / vikas_asp@rediffmail.com
Advatage: Using viewstate we can maintain the state of
controls over page's postback.
Disadvantage: viewstate makes the page heavy during postback
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
What is asp.net web pages?
What are the Types of session management in ASP.NET
a)COM Callable Wrapper b)Runtime Callable Which one of the above is Win32 API in .Net?
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.
what are the ihttphandler and ihttphandlerfactory interfaces ?
Is it possible to write code in many languages in one asp.net project?
What is the difference between ASP Session State and ASP.Net Session State?
Why would anyone need to implement their own hashtable or linked list?
How can you pass multiple complex types in Web API?
Explain what is an abstract class?
What is datagrid asp.net?
What is difference between session and viewstate?
What is the exact purpose of http handlers?
How do you declare static variable? What is its lifetime?
Explain the difference between inline and code behind - which is best in?