Hi,
I've added a textbox and an image control to create user wizard but when I want to use of them in code behind it dose not show my controls.
my controls are same like create user wizard textboxes, I can't understand why it dosen't show :(
<tr>
<td align="center" style="color:Red">
<asp:Image ID="Image1" runat="server" ImageUrl="~/CaptchaHandler.ashx" />
</td>
<td align="center" style="color:Red">
<asp:TextBox ID="TextBox1" runat="server" Width="63px"></asp:TextBox>
</td>
</tr>
<tr>
...
Go to the complete details ...