![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
11/06/2013, 13:18
|
![Avatar de aid_val](http://static.forosdelweb.com/customavatars/avatar503308_1.gif) | | | Fecha de Ingreso: mayo-2013 Ubicación: Guanajuato
Mensajes: 302
Antigüedad: 11 años, 9 meses Puntos: 5 | |
Respuesta: Gridview y TextBox en Visual En asp puse esto Cita: <asp:gridview id="gv_recibo" runat="server" datakeyfield="integervalue"
>
<columns>
<asp:templatefield headertext="corregir_cantidad" sortexpression="corregir_cantidad">
<itemtemplate>
<asp:textbox id="textbox2" runat="server"></asp:textbox>
</itemtemplate>
</asp:templatefield>
</columns>
</asp:gridview>
y listo |