Click to See Complete Forum and Search --> : Dropdown box default value


ISMAILC
10-15-2009, 10:37 AM
Good day,

I have a dropdown box populated from sql db.

I want to default the selection, the value shown when opening the form.

<asp:DropDownList ID="DropDownList1"


i tried: selectedtext="test"
selectedindex="5"

but nothing works, please help.

yamaharuss
10-15-2009, 05:11 PM
This would be a .NET question

ISMAILC
10-16-2009, 03:47 AM
I'm going to repost - thanks