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 can you do with asp.net?
Which is faster viewdata or viewbag?
How do u optimize a query in asp.net?
What language is asp.net written in?
Where web.config file is used?
How can we call webservices in Banking Applications? and where we are using it?
What is a multilingual website?
Explain file-based dependency and key-based dependency.
What is a web pool?
How do I open an ashx file?
Why we use dbms for projects? Why don’t we save any application data in separate files instead of dbms?
Explain how dot net compiled code will become platform independent?
Does asp.net still recognize the global.asa file?
Web API supports which protocol?
What are the event handlers that we can have in global.asax file?