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 are Authentication and Authorization?
What is the use of worker process in asp.net?
Is react a template engine?
What are Master Pages in ASP.NET?
How we implement the multiple paypal value with gridview in my website and how we make a payment through Credit Card.
Explain how is the asp.net mvc architecture different from others? : asp.net mvc
Describe the Server Control Events of ASP.NET?
How are sessions stored?
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?
Describe the diffeerence between inline and code behind?
How many validators do ASP.NET have?
Will session work if cookies is disabled?
What is the use of service provider?
What is the main differences between asp and asp.net?
Explain cashing in asp.net.