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
Explain the different parts that constitute ASP.NET application?
How to rename a table using sql queries?
while developing webservices if i want some users to use my webservice only how can i give security to my webservice?
What is the difference between runtime version and version?
How to Insert/Add in ASPXgridview
What is the compiled object?
What are the Types of objects in ASP
Can you explain why it is useful to use mvc instead of webforms? : asp.net mvc
How does u get record no from 5 to 15 from a dataset of 100 records?
What is the significance of proxy user?
What is the use of service provider?
Explain the updatepanel?
What is the use of data set in asp.net?
Any disadvantages in Dataset and in reflection ?
What is custom attribute?