1
Reply

What interface of a page class is implemented to enable view state of control?

Sureder Rawat

Sureder Rawat

18y
4.2k
0
Reply

    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

    18y
    0