if you disable view state of a textbox will it maintain
data during postbacks.if yes reason
Answer Posted / rajneesh hajela
YES , IT WILL WORK
It maintain the data during postbacks.
IF YOU WANT THEN READONLY="TRUE";
RAJNEESH HAJELA
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is a web server? What are the load limits in it?
How to you can limit Access to Web API to Specific HTTP Verb?
What is the purpose of App_Code folder in ASP.NET? Why we this?
What is the difference between abstract class vs interface? Can give me the real time examples?
What is & in a url?
How do we access view state value of this page in the next page?
What is an axd file?
Can we add code files of different languages in app_code folder?
How can we apply themes to an asp.net application?
What are the different types of cookies in asp.net?
Tell me the code snippet to show how we can return 404 errors from HttpError?
What is the difference between response.redirect and server.transfer?
What are the disadvantages of asp.net?
What is a web farm?
Explain what does mvc represent in asp.net? : asp.net mvc