* HtmlInputControl.cs: fixed bug #35673. svn path=/trunk/mcs/; revision=10079
@@ -1,3 +1,7 @@
+2003-01-03 Gonzalo Paniagua Javier <[email protected]>
+
+ * HtmlInputControl.cs: fixed bug #35673.
2003-01-03 Gonzalo Paniagua Javier <[email protected]>
* HtmlInputText.cs: fixed bug #35670.
@@ -34,7 +34,7 @@ namespace System.Web.UI.HtmlControls
public virtual string Name
{
get { return UniqueID; }
- set { ID = value; } // Is this ok?
+ set { }
}
protected virtual string RenderedName