![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
16/02/2005, 15:34
|
![Avatar de Sayra](http://static.forosdelweb.com/customavatars/avatar82193_1.gif) | | | Fecha de Ingreso: diciembre-2004
Mensajes: 365
Antigüedad: 20 años, 2 meses Puntos: 1 | |
Hola, una pregunta
cuando dices "En la region escondida que pone:
"Código generado por el Diseñador de Web Forms" (o en ingles)
lo despliegas, y verás los controles de tu página, pues bien, asegurate de que estan tus tres dropdownlist, si no están los declaras como protected withevents:
"
te refieres esto. Por que eso es lo que tengo yo alli
this.DropDownList1.SelectedIndexChanged += new System.EventHandler(this.DropDownList1_SelectedInd exChanged);
this.Dropdownlist2.SelectedIndexChanged += new System.EventHandler(this.Dropdownlist2_SelectedInd exChanged);
this.Dropdownlist3.SelectedIndexChanged += new System.EventHandler(this.Dropdownlist3_SelectedInd exChanged);
this.Load += new System.EventHandler(this.Page_Load); |