Use of Enable view state ? if turn off what happen ?
Answer / 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 |
what is the shortcut key for toolbox and add existing item?
What is msil, and why should my developers need an appreciation of it if at all?
Why the config file might not be writable
How to prevent my .NET DLL to be decompiled?
how to change row background color in gridview
Can I create my own permission set?
How cache coherency is eliminated? : Dot net architecture
What is Com Callable wrapper?when it will created?
What is IL code, CLR, CTS, GAC & GC?
any one can explain about projectarchitecture and project approach briefly
how u maintain data while navigating one page to another?
What is different about namespace declaration when comparing that to package declaration in java?