Reply to Re: Databinding in Visual Studio
If you don't have an account, just leave the password field blank.
Hey.
You'll need to insert a "default" value to your item list. Something like this:
You'll need to insert a "default" value to your item list. Something like this:
comboAuthors.Items.Insert(0, new ListItem("Select author...","")); comboAuthors.Items[0].Selected = true;