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
Explain .net mobile automatic paging? : Microsoft dot net mobile
Does application frame need host?
What is new in the .net 2.0 class library?
How to improve the cache performance? : .NET Architecture
So what exactly is the configuration file for then?
Explain the number or character entered through keyboard gets converted to equivalent ascii code & it get stored on ram in the binary form. What is the exact procedure. : Dot net architecture
How to prevent my .NET DLL to be decompiled?
Explain Intermediate Language?
I can't be bothered with cas. Can I turn it off?
Explain the difference between primary & secondary storage device? : Dot net architecture
What happens when you try to update data in a dataset in .net while the record is already deleted in sql server as backend?
Explain how cache is used? : Dot net architecture
Explain the types of memory management? : Dot net architecture
What is a virtual memory? : .NET Architecture
Explain about continuable exceptions?