hi there,
i have made a sign up wizard
and i have a problem in reading the password textbox.
<tr><td align ="right">
<asp:Label runat ="server" ID="userPasswordLabel" Text ="Password:" AssociatedControlID="userPassword"></asp:Label>
</td><td>
<asp:TextBox runat ="server" ID="userPassword" ToolTip ="Password must be at least 5 characters long." TextMode="Password" Width="140" ></asp:TextBox>
</td><td>
<asp:RequiredFieldValidator ID="RequiredFieldValidator4" runat="server" ControlToValidate="userPassword" SetFocusOnError="true" Display="Dynamic"
ErrorMessage="Password is required." ToolTip="Password is required.">*</asp:RequiredFieldValida ...
Go to the complete details ...