J
Jon Paal
i have a textbox control inside a custom server control that needs to be prefilled with content.
how do i find this child control ?
<ew:cp id="ccp2" TitleText="" runat="server">
<asp:TextBox id=TB1" runat="server" />
</ew:cp>
how do i find this child control ?
<ew:cp id="ccp2" TitleText="" runat="server">
<asp:TextBox id=TB1" runat="server" />
</ew:cp>