Ver Mensaje Individual
  #1 (permalink)  
Antiguo 23/11/2012, 06:51
maialenlopez
 
Fecha de Ingreso: abril-2012
Mensajes: 449
Antigüedad: 12 años, 1 mes
Puntos: 7
Pregunta Como acceder al los TextBox que tengo dentro de una tabla

hola;

Como no, necesito de nuevo vuestra ayuda. Tengo el siguiente en hoja.aspx código que lo que hace es crear una tabla con un textBox en su interior.

Código vb.net:
Ver original
  1. <asp:Table ID="Table3" runat="server" BorderColor="White" CellPadding="2" CellSpacing="5"  Width="910px">
  2.         <asp:TableRow Font-Bold="True" Font-Overline="False">
  3.             <asp:TableCell ID="CellTotGastosLG" Font-Names="Arial Black" HorizontalAlign="Right" Enabled="False" Width="640px">TOTAL GASTOS</asp:TableCell>
  4.             <asp:TableCell ID="CellTotGastosCantiLG" HorizontalAlign="Left" Enabled="False">
  5.                 <asp:TextBox ID="TextTotGastosCantiLG" runat="server" BackColor="Silver" Width="150px" maxlength="10"></asp:TextBox>
  6.             </asp:TableCell>
  7.         </asp:TableRow>
  8.     </asp:Table>

Lo que quiero es que en hoja.aspx.vb pueda acceder al "TextTotGastosCantiLG".

Como lo puedo hacer?
__________________
Gracias por todo;

Un saludo