if you disable view state of a textbox will it maintain
data during postbacks.if yes reason
Answer Posted / kamlesh
No,becouse view State work as a page lavel.it mentioned all
hidden value of page control, so if we dissable view
state of textbox that it cont.
| Is This Answer Correct ? | 3 Yes | 26 No |
Post New Answer View All Answers
Explain difference betn dataset and recordset?
What is session object? Describe in detail.
How can you enable impersonation in the web.config file?
How you will handle session when deploying application in more than a server?
Is it possible to migrate visual interdev design-time controls to asp.net?
how to debug web services on consumer side?
In a webservice, need to display 10 rows from a table. Which is the best choice among datareader or dataset?
What are the features of asp.net mvc?
Describe the diffeerence between inline and code behind?
What is difference between mvc and asp.net? : Asp.Net MVC
How to change Master page in ASP.Net using code?
What do you mean by role-based security?
To wrap up a call to a Web service the standard used is..?
List the major built-in objects in asp.net?
What is master page in dtp?