[Mono-bugs] [Bug 51759][Maj] Changed - DataBinder.cs bug in MONO 0.29 when Container.DataItem is a CLR array

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Fri, 5 Dec 2003 13:57:51 -0500 (EST)


Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

Changed by jackson@ximian.com.

http://bugzilla.ximian.com/show_bug.cgi?id=51759

--- shadow/51759	2003-12-04 22:51:51.000000000 -0500
+++ shadow/51759.tmp.23418	2003-12-05 13:57:51.000000000 -0500
@@ -51,6 +51,11 @@
 *** Code on ASPX Page in say a DataList template.
 <%# DataBinder.Eval(Container, "DataItem[0]") %>
 
 This will fail because MONO looks for the "DefaultMemberAttribute" which 
 does not make sence for a CLR array!  It needs to be updated to also 
 support CLR Arrays.
+
+------- Additional Comments From jackson@ximian.com  2003-12-05 13:57 -------
+Created an attachment (id=6126)
+test case
+