Hello!
Recently i made upload of my site!
But i have problems with validators... :(
For example, in the register.aspx page i have:
Code:
Password: <asp:RequiredFieldValidator id="PasswordRequired" runat="server" ControlToValidate="Password" ErrorMessage="Need password." Display="Dynamic">
*</asp:RequiredFieldValidator>
<br />
<asp:TextBox id="Password" runat="server" Width="128px" MaxLength="10" TextMode="Password" /></P>
(8 chars max.)
If i don't write anything on password field and try to send new regist i get an error saing that i forgot to write password...
But when i do the samething on my site uploaded... i don't receive any error and mail goes to the recipient of the new user with a blank password!!! :(
I have this error on other pages...
When a user try send a new topic whitout title... etc etc
Can anyone help me please?
I have some people to complain !
Any idea to make validators work?