[Mono-dev] Bug in System.Web.UI.WebControls.BoundColumn

Chris Toshok toshok at ximian.com
Thu Feb 16 20:51:22 EST 2006


This patch looks okay, except for the switch from 'df != ""' to
'df.Length != 0'.  I'd prefer the former (and in general I'd rather
adapt whatever my thoughts are on the matter to what the original author
wrote.)

Chris

On Thu, 2006-02-16 at 05:46 -0800, Vladimir Krasnov wrote:
> Hi All,
> 
> I've found a bug in InitializeCell function of BoundColumn. The problem
> is that if DataField is null or empty string, the cell should not be
> bound.
> 
> Test case url:
> /System_Web_UI_WebControls/BoundColumn/BoundColumn_DataField.aspx
> 
> Please approve attached patch.
> If no one objects, I will commit.
> 
> Vladimir Krasnov
> 
> _______________________________________________
> Mono-devel-list mailing list
> Mono-devel-list at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-devel-list



More information about the Mono-devel-list mailing list