What does the "EnableViewState" property do? Why would I
want it on or off?
Answer Posted / sudhir kunnure
Enableviewstate propery is on for page or any control then
it holding or catching or storing data in memory as well as
client side hedden value. when u post back data remains in
control or page.
if Enableviewstate property false then data remove when
post back.
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
what is command line compiler.what are the steps and how it is related to debugging.
Take a Large textbox allow to type any data. Task 1:display the count of vowels in a lable on key press event of the textbox Task 2:dispaly count of dates in a lable when dates in following foramats:dd/mm/yy , mm/dd/yy , yy/mm/dd. Task3:compare 2 dates and display both are same or not which dates are in dd/mm/yy and mm/dd/yy farmats.
Write code to send e-mail from an asp.net application?
What is AutoEventWireup attribute for ?
How does cookies work in asp net?
Explain the use of duration attribute of @outputcache page directive.
What is server redirect?
What is owin authentication?
How many types of validation are there?
How can we add an event handler for a ASP.NET function executed on MouseOver for a certain button.
What is the difference between abstract class vs interface? Can give me the real time examples?
6. Tell us about a time when you failed to meet a deadline. What were the repercussions?
In how many ways we can retrieve table records count?
Why Unload event of MasterPage Calls first in ASP.net ?
What is data control in asp.net?