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
Define cache coherency? : Dot net architecture
Explain the difference between inprocess vs out process session state : Dot net architecture
What does the term "green architecture" mean? : Dot net architecture
5. Wcf- Session Managment
Which software is used for .net programming?
What is the problem with .net generics?
Define domestic architecture artifacts? : Dot net architecture
Explain about common language infrastructure?
Explain different pipelining hazards and how are they eliminated? : .NET Architecture
how to change row background color in gridview
What is one way operation?
how to delete the record using data reader
How to upload in video,mp4,in .net 4.5 ..?
What's the difference between an application and a program?
Difference between throw exception and rethrowing ?