what is view state and its use
Answer Posted / om nama shiva ya namaha
when ever any server control can raise its event then
browser can send its request to server and at the server
side the event executes and the response comes back to
browser is known as postback mechanism .During this postback
mechanism all the server controls data are stored in viewstate.
but for some controls like textbox,dropdown list,radiobutton
list etc can implement IPOSTBACK DATA HANDLERS interface for
this controls even if we put enableviewstate to false.these
controls can store all the data in html bodys .Even if we
disable viewstate they maintain data in the controls
| Is This Answer Correct ? | 7 Yes | 5 No |
Post New Answer View All Answers
How to bind all the binding controls in a page at once in ASP.NET?
Tell me the code snippet to show how we can return 404 errors from HttpError?
Can I recieve both html markup for page and code in the asp.net web page's source code portion in the web browser?
How many types of triggers are there in update panel?
I want to connect a system in LAN and I want to access that. Whenever I am moving a mouse in my desktop, the similar thing has to happen in another system in which I have connected. I need coding for this in C# and ASP.NET Can anyone please help me. It is very urgent. Thanks in advance. My email id is manojkumarchallagundla@gmail.com Will you please?
Explain Optimization technique description?
In order to get assembly info which namespace we should import?
Is asp.net still used?
Give an example of cookie abuse.
Describe the difference between inline and code behind - which is best in a?
What are the memory-mapped files?
How will you load dynamic assembly?
What is server infrastructure?
What are the events in a page life cycle?
What is a session in programming?