Use of Enable view state ? if turn off what happen ?
Answer Posted / amit kumar sinha
View state keeps control information. If it is set to off
view state does not contain control information and in that
case if asp.net server control or html control wiht
runat="server" set will fetch control data directly from
server instead of viewstate.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Session State and can i store desirialized object in state server, if yes how and if not why.
What is .net mobile images control. Explain with an example? : Microsoft dot net mobile
.Net Frame work arch?
what is polymorphism and advantage ?
What is .net mobile utility controls. : Microsoft dot net mobile
4. Wcf- what Asych and Sych call and how that works
How can I write my own .NET host?
Define cache? : Dot net architecture
Whate are resource files? How are they used in .net?
What is cache coherency and how is it eliminated? : .NET Architecture
What actually happes when you add a something to arraylistcollection ?
Explain about appdomains?
So what exactly is the configuration file for then?
Explain the difference between state server and sqlserver : Dot net architecture
What is the access level of the visibility type internal?