[Mono-bugs] [Bug 78533][Cri] Changed - System.InvalidCastException: Cannot cast from source type to destination type
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Tue Apr 24 14:36:59 EDT 2007
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 alexmipego at gmail.com.
http://bugzilla.ximian.com/show_bug.cgi?id=78533
--- shadow/78533 2006-05-30 09:27:32.000000000 -0400
+++ shadow/78533.tmp.22153 2007-04-24 14:36:59.000000000 -0400
@@ -113,6 +113,17 @@
How often does this happen?
every time
------- Additional Comments From vargaz at gmail.com 2006-05-30 09:27 -------
-> System.Web
+
+------- Additional Comments From alexmipego at gmail.com 2007-04-24 14:36 -------
+This can be seen on MS implementation if you add to uc_test1.ascx this
+code:
+
+<script runat="server">
+protected void Page_Load (object sender, EventArgs e)
+{
+ dropDownListCategorySearch.Items.Add (new ListItem ("Ola,", "ola!"));
+}
+</script>
More information about the mono-bugs
mailing list