Why only specific controls are inherited from IPostBackDataHandler Interface in asp.net
- by Rajesh Rolen- DotNet Developer
Please tell me why some specific controls are inherited from IPostBackDataHandler interface (which maintains their state using HTTP Post header). and if state of controls like textbox are maintained by HTTP post headers then why they have property "View state" and what is use of it?.