Drop Down List question...
Hi, :D
I got a question about the Drop Down List component for the visual web.
I got a binding to a database for the component items, there are four of them the component is something like this:
[1, "Value one"]
[2, "Value two"]
[3, "Value three"]
[4, "Value four"]
But I need to do this plus something more:
[1, ""]
[___________]
[2, "Value one"]
[2, "Value two"]
[2, "Value three"]
[2, "Value four"]
I mean, I want a first value with no label, a line separator and the database values.
Is this posible???
Can anybody helpme with this please.
Thanks!!