MrCapuchino 0 Junior Poster in Training

Hello,

I have a dropdownlist populated with a datasource control, but I want to add an option to the dropdownlist client side that appears on top of all the databinded options.

Right now I can do it but it appears at the bottom, how can I tell the new option to appear at the top through javascript. I'm using Jquery so it does not have to be plain java script.

Thanks in advance