Hello everyone, > > 1. System.Web.UI.WebControls.DropDownList doesn't have a SelectedValue > > property. SelectedValue has been introduced in FrameWork 1.1, so I guess > > you didn't ( fully ) implement that yet ? Would be nice if this property > > would be added, because it's much more convenient than using > > SelectedItem.Value for getting the SelectedValue and using a combination > > of .Items.IndexOf() and setting SelectedIndex for setting the > > SelectedValue.
> > /tmp/tmp1b02b4db.cs(126,0) : error CS0029: Cannot convert implicitly from > > `string' to `string[]' > > Line 126: __ctrl.Font.Names = "Verdana"; Sorry for not using the bug report system right away, I guess I missed that link. I've made two bug reports, 46415 and 46412. I'll post a bug report of the other issue later on. Have to cook and eat now and then go to sleep, it's 22:00 here :-) Best regards, Eric _______________________________________________ Mono-list maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/mono-list
