2006-12-07 Igor Zelmanovich <igorz@mainsoft.com>
[mono.git] / mcs / class / System.Web / System.Web.UI.WebControls / BoundField.cs
index 6bce92675645be36574ac03b4af2d6706fa08a70..2e1916c4ecbd02bf87356ca89d2dd57da147a609 100644 (file)
@@ -92,7 +92,6 @@ namespace System.Web.UI.WebControls {
                        }
                }
 
-               [MonoTODO]
                [WebSysDescription ("")]
                [WebCategoryAttribute ("Appearance")]
                public override string HeaderText {
@@ -150,7 +149,6 @@ namespace System.Web.UI.WebControls {
                        }
                }
 
-               [MonoTODO]
                public override bool Initialize (bool enableSorting, 
                                                 Control control)
                {
@@ -212,7 +210,7 @@ namespace System.Web.UI.WebControls {
                
                protected virtual object GetDesignTimeValue ()
                {
-                       return GetBoundValue (Control);
+                       return "Databound";
                }
 
                object GetBoundValue (Control controlContainer)