Ver Mensaje Individual
  #4 (permalink)  
Antiguo 08/06/2004, 12:52
DotNetDeveloper
 
Fecha de Ingreso: abril-2003
Mensajes: 606
Antigüedad: 21 años, 1 mes
Puntos: 2
Podrías hacer un ciclo

Código:
for(int i = 0; i <= 10; i++)
{
   ddl.Items.Add(new ListItem("Texto", "Valor"));
}
o remover items con el método RemoveAt() o Remove()