if you disable view state of a textbox will it maintain
data during postbacks.if yes reason
Answer Posted / sam
Yes. It maintain the data during postbacks.
Reason:Form controls, such as TextBox, retain their values
between posts even when view state is disabled. The values
of these controls do not need to be preserved in the
VIEWSTATE hidden form field because they are actually being
submitted to the server on each form post.
| Is This Answer Correct ? | 52 Yes | 1 No |
Post New Answer View All Answers
Explain what benefit does your code receive if you decorate it with attributes demanding specific security permissions?
Can we use a static function with a non-static variable?
how to write html code with ssl
Can the dictionary object be created in client?s scope ?
What is the main differences between asp and asp.net?
What does uri mean?
Explain swagger components.
What is the difference between globalization and localization?
Define reflection in .net?
How is a session stored and maintained in asp.net?
What are server activated objects?
How do you secure your connection string information?
How can you display all validation messages in one control?
How do you do Client-side validation in .Net?
What is custom events? How to create it?