B
Bart
Hi,
i have a dropdownlist connected to a sqldatasource like this:
<aspropDownList ID="DropDownList1" runat="server"
DataSourceID="SqlDataSource1" DataTextField="Name" DataValueField="Name">
</aspropDownList>
What i want is to put a particular value on the top of the dd. I can't use
ORDER BY.
e.g. the table which feeds the dd contains this:
R
D
A
how to put value D on top of the dd?
Thanks
Bart
i have a dropdownlist connected to a sqldatasource like this:
<aspropDownList ID="DropDownList1" runat="server"
DataSourceID="SqlDataSource1" DataTextField="Name" DataValueField="Name">
</aspropDownList>
What i want is to put a particular value on the top of the dd. I can't use
ORDER BY.
e.g. the table which feeds the dd contains this:
R
D
A
how to put value D on top of the dd?
Thanks
Bart