From 7da72dd141c174b26701170a69e32d9af8e0e259 Mon Sep 17 00:00:00 2001 From: Igor Zelmanovich Date: Mon, 9 Oct 2006 09:52:40 +0000 Subject: [PATCH] 2006-10-09 Igor Zelmanovich * BoundField.cs: implemented ValidateSupportsCallback(). svn path=/trunk/mcs/; revision=66445 --- .../System.Web/System.Web.UI.WebControls/BoundField.cs | 6 ++++-- mcs/class/System.Web/System.Web.UI.WebControls/ChangeLog | 4 ++++ 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/mcs/class/System.Web/System.Web.UI.WebControls/BoundField.cs b/mcs/class/System.Web/System.Web.UI.WebControls/BoundField.cs index fd7ab51d787..6bce9267564 100644 --- a/mcs/class/System.Web/System.Web.UI.WebControls/BoundField.cs +++ b/mcs/class/System.Web/System.Web.UI.WebControls/BoundField.cs @@ -265,10 +265,12 @@ namespace System.Web.UI.WebControls { field.HtmlEncode = HtmlEncode; } - [MonoTODO] + // MSDN: The ValidateSupportsCallback method is a helper method used to determine + // whether the controls contained in a BoundField object support callbacks. + // This method has been implemented as an empty method (a method that does not contain + // any code) to indicate that callbacks are supported. public override void ValidateSupportsCallback () { - throw new NotImplementedException (); } } diff --git a/mcs/class/System.Web/System.Web.UI.WebControls/ChangeLog b/mcs/class/System.Web/System.Web.UI.WebControls/ChangeLog index d2d24e4edcd..db6b0823543 100644 --- a/mcs/class/System.Web/System.Web.UI.WebControls/ChangeLog +++ b/mcs/class/System.Web/System.Web.UI.WebControls/ChangeLog @@ -1,3 +1,7 @@ +2006-10-09 Igor Zelmanovich + + * BoundField.cs: implemented ValidateSupportsCallback(). + 2006-10-09 Igor Zelmanovich * CommandField.cs: ValidateSupportsCallback(): exception's message. -- 2.25.1