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 2007-04-24 14:36:59.000000000 -0400 +++ shadow/78533.tmp.22177 2007-04-24 14:37:26.000000000 -0400 @@ -1,12 +1,12 @@ Bug#: 78533 Product: Mono: Class Libraries Version: 1.1 OS: other OS Details: OpenSuse 10.0 -Status: NEW +Status: ASSIGNED Resolution: Severity: 040 One week Priority: Critical Component: Sys.Web AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] @@ -124,6 +124,17 @@ <script runat="server"> protected void Page_Load (object sender, EventArgs e) { dropDownListCategorySearch.Items.Add (new ListItem ("Ola,", "ola!")); } </script> + +------- Additional Comments From [EMAIL PROTECTED] 2007-04-24 14:37 ------- +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
