Why only specific controls are inherited from IPostBackDataHandler Interface in asp.net

Posted by Rajesh Rolen- DotNet Developer on Stack Overflow See other posts from Stack Overflow or by Rajesh Rolen- DotNet Developer
Published on 2010-06-01T10:42:30Z Indexed on 2010/06/01 10:43 UTC
Read the original article Hit count: 254

Filed under:
|

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?.

© Stack Overflow or respective owner

Related posts about ASP.NET

Related posts about viewstate