contiene listitem
ejemplo:
dropdownlist lista;
lista.add(new listitem("juan","11111111A"); //juan es el text y el nif es el value
lista.add(new listitem("pepe","11111111B");
lista.add(new listitem("luis","11111111C");
y me gustaria ordenar la lista por el text (el nombre de la persona)
saludos