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 is session id generated?
What is difference between Lambda Expression and LINQ in ASP.NET?
What is cookieless session id explain in brief?
How do u declare static variable and how it is declared and what is its lifetime?
What is session in asp.net?
Explain the difference between array and linkedlist?
Why do we need Sessions?
What is difference between ispostback and autopostback in asp net?
What is the main function of url routing system in asp.net mvc? : asp.net mvc
Name the two properties are on every validation control?
Define data caching?
Explain file-based dependency and key-based dependency.
What is the significance of attaching a profile while creating a user?
What is web api and why to use it?
Which is faster viewbag or viewdata?