A
Arjen
Hi,
I have this inside my asp.net 2.0 page:
Page start code...
<asp:Content ID="content" ContentPlaceHolderID="content1" Runat="Server">
<table>
<tr>
<td id="mytd" runat="server">
... page end code.
How can I get mytd?
I tried this Page.FindControl("mytd") but this did not work. ;-(
Hope someone can help.
I have this inside my asp.net 2.0 page:
Page start code...
<asp:Content ID="content" ContentPlaceHolderID="content1" Runat="Server">
<table>
<tr>
<td id="mytd" runat="server">
... page end code.
How can I get mytd?
I tried this Page.FindControl("mytd") but this did not work. ;-(
Hope someone can help.