Sureder Rawat
What interface of a page class is implemented to enable view state of control?
By Sureder Rawat in ASP.NET on Aug 03 2006
  • Aug, 2006 10

    StateBag class implements the view state and manages the information that ASP.NET pages and embedded controls persist across successive posts of the same page instance. The class works like a dictionary object and implements the IStateManager interface. The Page and the Control base classes expose the view state through the ViewState property

    • 0


Most Popular Job Functions


MOST LIKED QUESTIONS