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
Why is global asax is used for?
Is asp.net easy to learn?
How can we communicate with each server in N-tier Architecture? and what are the methods?
We are using Jscriopt validations and at clint site javascript is not running that time validation would work? if yes then how it would behave?
Explain the asp.net mvc folder conventions? : asp.net mvc
Explain method to handle error using HttpError in Web API?
What is http session state?
What are the different types of validation controls provided in ASP.NET?
What is the purpose of master page?
What are sql joins?
How does u call and execute a sp in .net?
What is inproc and outproc?
What is the use of session?
How can you send an email message from an asp.net web page?
Distinguish between Server-side and Client-side code?