Hi,
I have a DropDownList which source is an XML Doc. However, the items displayed by the DropDownList are not sorted. My Goal is to be able to sort the items in the DropDownList.
I understand that I can achieve the sorting issue via an XSL doc. Is this correct? If so, my attempts have not...