29/11/2005, 15:42
|
| | Fecha de Ingreso: noviembre-2005
Mensajes: 14
Antigüedad: 19 años, 1 mes Puntos: 0 | |
mira este es el momento de invocar como la utilizo
foreach(DataGridItem d in dgCarne.Items)
{
DropDownList ddlcarne =(DropDownList)d.Cells[0].FindControl("cboestadoCarne");
txtTexto.Tex = ddlcarne.SelectedItem.Text; |