Ver Mensaje Individual
  #15 (permalink)  
Antiguo 29/11/2005, 15:42
lrestre01
 
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;