Ver Mensaje Individual
  #18 (permalink)  
Antiguo 18/06/2008, 04:18
Avatar de Javier Santamaria
Javier Santamaria
 
Fecha de Ingreso: julio-2007
Mensajes: 296
Antigüedad: 17 años, 5 meses
Puntos: 1
Respuesta: Ayuda con evento ItemDataBound

Declara tu dropdown asi:

Código PHP:
<asp:DropDownList ID="DropDownList1" runat="server">
            <
asp:ListItem Value="0" Text="Evaluador"></asp:ListItem
            <
asp:ListItem Value="1" Text="Verificador Interno"></asp:ListItem
            <
asp:ListItem Value="2" Text="Verificador Externo"></asp:ListItem>
        </
asp:DropDownList
Luego en lugar del ID coge el Text ebn el gridview

Saludos