Re: [Mono-list] asp:DropDownList not working (not populating)

2005-10-23 Thread Timothy Graupmann
Shouldn't you be using asp:ListBox ? --- [EMAIL PROTECTED] wrote: Hi all, Can anybody tell me if this is a bug. I have a simple test page that only contains a DropDownList. I cannot get it to populate selections by using ListItem. See below: %@ Import namespace=System % %@ Import

RE: [Mono-list] asp:DropDownList not working (not populating)

2005-10-23 Thread Carl Olsen
You cant close the tag before you include the list items. From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: Sunday, October 23, 2005 1:10 PM To: Mono-list@lists.ximian.com Subject: [Mono-list] asp:DropDownList not working (not populating)

RE: [Mono-list] asp:DropDownList not working (not populating)

2005-10-23 Thread Carl Olsen
Try this: %@ Import namespace=System % %@ Import Namespace=System.Data % %@ Import Namespace=ByteFX.Data.MySqlClient % %@ Import Namespace=System.Security.Cryptography % %@ Import Namespace=System.Configuration % %@ Assembly name=ByteFX.Data % %@ Page Language=C# % HTML