12/12/2005, 10:37
|
| | | Fecha de Ingreso: enero-2005
Mensajes: 25
Antigüedad: 20 años Puntos: 0 | |
Oye he probado tu codigo y me aparece todo en orden, genere un Drop Down List con los textos Zero al Cuatro
string nivel1="Tres";
this.DdlNivel.SelectedIndex=-1;
ListItem item4 =this.DdlNivel.Items.FindByText(nivel1);
if(item4!=null)
item4.Selected = true;
else
return;
Esto al final me selecciona el texto Tres, Checa que la ortografia de tu palabra Maestría sea la misma que la del texto de tu control
__________________ Only exist 10 kinds of persons in the world, those that understand binary and those that don't |