Answer Posted / tauseef ahmad
ASP.NET ViewState is a new kind of state service that developers can use to track UI state on a per-user basis. Internally it uses an an old Web programming trick-roundtripping state in a hidden form field and bakes it right into the page-processing framework.It needs less code to write and maintain state in your Web-based forms.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
how to debug web services on consumer side?
When cookie will expire?
What are navigation controls? How many navigation controls are there in ASP.NET 4.0?
What is master page in dtp?
Explain the difference between Repeater and Data list control in ASP.NET?
What will happen if the server confugration file and the application confugration file have different values for sassion state ASP.NET?
How can I create master page in asp net?
Can you explain why it is useful to use mvc instead of webforms? : asp.net mvc
Explain client-side scripting?
What is data reader in asp.net?
Explain the difference between asp.net mvc and asp.net webforms? : asp.net mvc
What is server side session?
Which is better php or asp.net?
What are url fragments?
What do you mean by query string?