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 [EMAIL PROTECTED] 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 [EMAIL PROTECTED] 2006-05-30 09:27 ------- -> System.Web + +------- Additional Comments From [EMAIL PROTECTED] 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> _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
