[Mono-bugs] [Bug 53400][Nor] Changed - embedded asp.net tags don't work

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Tue, 22 Feb 2005 12:54:08 -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 baton@tut.by.

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

--- shadow/53400	2005-02-22 12:43:00.000000000 -0500
+++ shadow/53400.tmp.19367	2005-02-22 12:54:08.000000000 -0500
@@ -164,6 +164,15 @@
 
 
 ------- Additional Comments From matt.hargett@logiclibrary.com  2005-02-22 12:43 -------
 We are also running into this now. Our code compiles and works in
 MS.NET 1.1, but not in mono 1.0.5 or 1.1.4. Will this be fixed in 1.2
 release (or sooner)?
+
+------- Additional Comments From baton@tut.by  2005-02-22 12:54 -------
+In addition to Matt's comment.
+This code doesn't work
+
+<input type=checkbox <%#((Boolean)DataBinder.Eval
+(Container.DataItem, "Checked"))?"checked":""%>>
+
+And there is no way to fix it so easy as code with "class="