* Login.cs: render id attribute of root element correctly. svn path=/trunk/mcs/; revision=95126
@@ -1,3 +1,7 @@
+2008-02-07 Igor Zelmanovich <[email protected]>
+
+ * Login.cs: render id attribute of root element correctly.
2008-02-05 Marek Habersack <[email protected]>
* FileUpload.cs: make sure FileContent always returns the input
@@ -60,6 +60,12 @@ namespace System.Web.UI.WebControls {
ID = _owner.ID;
}
+ public override string ClientID {
+ get {
+ return _owner.ClientID;
+ }
public void InstantiateTemplate (ITemplate template)
{
template.InstantiateIn (_containerCell);