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
What's the use of response.output.write()?
Describe how ASP.NET maintains process isolation for each Web application?
Can you explain the basic use of dataview?
Types of instancing properties and explain each. Tell the difference between multiuse,singleuse and globalmultiuse and which is default ?
Please brief not about xsd,xslt & xml?
What is in a session cookie?
How response object is related to asp's response object?
How do you deploy your asp.net application?
Explain the concept of MVC Scaffolding?
What is viewstate information stored?
What language does asp.net use?
Explain weak typing and strong typing.
What is base class of .net?
State differences between MVC and WebAPI
Can you nest updatepanel within each other?