T
Teemu Keiski
Just to make sure, is the HTML web control associated with runat="server"
i.e it is server-side control? For example: <input type="hidden"
ID="theHidden" runat="server" />
I am asking because FindControl can only locate controls with runat="server"
i.e server-side controls.
i.e it is server-side control? For example: <input type="hidden"
ID="theHidden" runat="server" />
I am asking because FindControl can only locate controls with runat="server"
i.e server-side controls.