|
|
|
|
|
 |
 |
 |
|
Foros MUGPERU
|
 |
 |
| Author |
Messages |
|
cchumpitazm Posts:2
 |
| 16/11/2007 12:53 PM |
|
Que tal queria saber si me podrian ayudar:
Necesito trabajar dentro de mi DataGrid con dos DropDownList en donde estan relacionados uno con el otro, cuando ejecuto el evento select de uno de los DropDownList me tiene que llenar el otro, el problema es que me dice que no existen esos objectos este es el codigo que estaba haciendo:
Protected Sub cboAcabado1_SelectedIndexChanged(ByVal sender As Object, ByVal e As System.EventArgs)
CType(dgProducto.Items(3).FindControl("cboColor1"), DropDownList).DataSource = Obj.GetColor(CType(dgProducto.Items(3).FindControl("cboAcabado1"), DropDownList).SelectedValue)
CType(dgProducto.Items(3).FindControl("cboColor1"), DropDownList).DataBind()
CType(dgProducto.Items(3).FindControl("cboColor1"), DropDownList).Items.Insert(0, ItemCBO)
End Sub
porfavor me pueden ayudar me seria de importancia espero que me ayuden si puede alguien este es mi correo cchumpitazm@hotmail.com espero me puedan ayudar |
|
|
|
|
|
| You are not authorized to post a reply. |
|
|
|
ActiveForums 3.7
|
 |
 |
 |
 |
|
|
|
|
|
|
|
|
|