if you disable view state of a textbox will it maintain
data during postbacks.if yes reason
Answer Posted / sivakumar
Yes it will preserve the value. Because the value whatever
we have in the controls are loaded appropriatly on the
controls by LoadPostBackData event.
| Is This Answer Correct ? | 6 Yes | 1 No |
Post New Answer View All Answers
a)COM Callable Wrapper b)Runtime Callable Which one of the above is Win32 API in .Net?
what cut off mark for po's,what questions they asked for interview?
What is a query string in a url?
Can we override the enablepartialrendering property of the scriptmanager class?
What is server components?
Define view state.
To redirect the user to another page which method do we use without performing a round trip to the client?
What are the various ways to send content from one page to another?
Can we have multiple master pages in asp net?
Define a static class?
Explain the difference between debug.write and trace.write?
How do I upload a file from my ASP.NET page?
What is the full form of asp.net?
Explain about solution explorer window?
What is the usage of DelegatingHandler?