Passwordrecovery control && requiredFieldValidator

J

Jeff

hey

asp.net 3.5

I have this asp.net markup. it displays a PasswordRecovery control on a
webpage. In the markup I've set UserName as a reguired field. The problem
is that when I don't enter something in the UserName field and click Submit,
nothing happens.. it doesn't even display an error message... I thought that
when clicking the submit button the requiredFieldValidator would display an
error message... any suggestions?

Here is my markup:
<asp:passwordRecovery ID="PasswordRecovery1" runat="server">
<UserNameTemplate>
<asp:Table ID="Table1" runat="server">
<asp:TableRow>
<asp:TableCell Width="120">Brukernavn:</asp:TableCell>
<asp:TableCell Width="200">
<asp:TextBox ID="UserName" runat="server"
Width="90%"></asp:TextBox>
</asp:TableCell>
</asp:TableRow>

<asp:TableRow>
<asp:TableCell ColumnSpan="2" HorizontalAlign="Right">
<asp:RequiredFieldValidator ID="rfvUserName"
ErrorMessage="Usernameis required" ControlToValidate="UserName"
Display="Dynamic" ValidationGroup="PasswordRecovery1" runat="server"
>*</asp:RequiredFieldValidator>
<asp:Button ID="SubmitButton" CommandName="Submit"
runat="server" Text="Submit" />
</asp:TableCell>
</asp:TableRow>
</asp:Table>
</UserNameTemplate>

<QuestionTemplate>
 
J

Jeff

I've somewhat solved this case.....


Jeff said:
hey

asp.net 3.5

I have this asp.net markup. it displays a PasswordRecovery control on a
webpage. In the markup I've set UserName as a reguired field. The problem
is that when I don't enter something in the UserName field and click
Submit, nothing happens.. it doesn't even display an error message... I
thought that when clicking the submit button the requiredFieldValidator
would display an error message... any suggestions?

Here is my markup:
<asp:passwordRecovery ID="PasswordRecovery1" runat="server">
<UserNameTemplate>
<asp:Table ID="Table1" runat="server">
<asp:TableRow>
<asp:TableCell Width="120">Brukernavn:</asp:TableCell>
<asp:TableCell Width="200">
<asp:TextBox ID="UserName" runat="server"
Width="90%"></asp:TextBox>
</asp:TableCell>
</asp:TableRow>

<asp:TableRow>
<asp:TableCell ColumnSpan="2" HorizontalAlign="Right">
<asp:RequiredFieldValidator ID="rfvUserName"
ErrorMessage="Usernameis required" ControlToValidate="UserName"
Display="Dynamic" ValidationGroup="PasswordRecovery1" runat="server"
<asp:Button ID="SubmitButton" CommandName="Submit"
runat="server" Text="Submit" />
</asp:TableCell>
</asp:TableRow>
</asp:Table>
</UserNameTemplate>

<QuestionTemplate>
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,744
Messages
2,569,484
Members
44,903
Latest member
orderPeak8CBDGummies

Latest Threads

Top