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.
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.