if you disable view state of a textbox will it maintain
data during postbacks.if yes reason
Answer Posted / kamlesh
No,becouse view State work as a page lavel.it mentioned all
hidden value of page control, so if we dissable view
state of textbox that it cont.
| Is This Answer Correct ? | 3 Yes | 26 No |
Post New Answer View All Answers
What is OSI layer? Explain different layers.
How can you handle errors in Web API?
Explain different authentication modes in asp.net?
What is the difference between a cookie and a pixel?
A Web Service Can Only Be Written In .net. Is it True??
Which object wraps the state or data of a user?
What is application in asp net?
What is difference between asp.net and asp?
Is viewstate enabled by default?
What is asp.net? How is it different from asp?
What is the difference between localization and globalization?
For which does this Codebehind="MyCode.aspx.cs" is relevent to ?
When maintaining session through sql server, what is the impact of read and write operation on session objects?
What methods are fired during the page load? Init()
1.What r collections? 2.What is .pdb file? 3.Is it possible to provide access to users in master page? 4.What is dirty n Phantom Read(SQL)? 5.What r different isolation levels(SQL)? 6.How to set authentication mode in web.config file?