AFAIK you have to do that in code, by doing something like this: MyDropDownList.Items.FindByValue(MyValue).Selected = True If that doesn't work, you may have to just loop through the items and set the drop-down's SelectedIndex property manually. Here's a useful link: http://aspnet.4guysfromrolla.com/articles/080702-1.3.aspx[^]