* HtmlTextArea.cs: 'Name' is the UniqueID. Fixes bug #76802. svn path=/trunk/mcs/; revision=53594
@@ -1,3 +1,7 @@
+2005-11-28 Gonzalo Paniagua Javier <[email protected]>
+
+ * HtmlTextArea.cs: 'Name' is the UniqueID. Fixes bug #76802.
2005-11-28 Gonzalo Paniagua Javier <[email protected]>
* HtmlTable.cs: use the base class RenderChildren, as '_rows'
@@ -75,7 +75,7 @@ namespace System.Web.UI.HtmlControls {
[WebSysDescription("")]
[WebCategory("Behavior")]
public virtual string Name {
- get { return ID; }
+ get { return UniqueID; }
set { ; }
}