Why don't all System.Web.UI.WebControl classes with Text properties implement ITextControl?
- by jrummell
I'm curious why only some System.Web.UI.WebControl controls implement certain interfaces when they have the same properties of an interface.
For instance, there are plenty of controls that have a Text property but only the following implement ITextControl:
Label
Literal
DataBoundLiteral
TextBox
ListControl
(TextBox and ListControl actually…