S
Steve P
This is a simple question, but I haven't got it yet.
How can I find the TableCell control within a Table (using FindControl)
Thank you, Steve
Html Code:
<form id="Form1" method="post" runat="server">
<asp:Table>
<asp:TableRow>
<asp:TableCell ID="Cell1">some text</asp:TableCell>
</asp:TableRow>
</asp:Table>
</form>
How can I find the TableCell control within a Table (using FindControl)
Thank you, Steve
Html Code:
<form id="Form1" method="post" runat="server">
<asp:Table>
<asp:TableRow>
<asp:TableCell ID="Cell1">some text</asp:TableCell>
</asp:TableRow>
</asp:Table>
</form>