[Mono-bugs] [Bug 72415][Maj] Changed - When deriving from WebControl using a string to specify the tag, it uses the wrong tag when rendering

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Thu, 10 Feb 2005 14:38:09 -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 eto@shaw.ca.

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

--- shadow/72415	2005-02-09 14:18:01.000000000 -0500
+++ shadow/72415.tmp.18121	2005-02-10 14:38:09.000000000 -0500
@@ -49,6 +49,11 @@
 
 When authoring your own web controls, you can derive from WebControl 
 and pass in a tag to use for the control as either a string or an 
 enum.  If you use a string in the latest SVN, it does not work as it 
 did before, and always spits out <intput> instead of the tag 
 specified (at least for 'div' and 'select' it does)
+
+------- Additional Comments From eto@shaw.ca  2005-02-10 14:38 -------
+Created an attachment (id=14177)
+Code to produce error when filtering by Guid in a DataView
+