Ask a Question related to ASP.NET General, Design and Development.
-
Wayne MJ #1
CustomValidator limitation?
I have one CustomValidator that compares 2 password fields together,
and the other that checks for a contact method and its correspoding
details are available.
Essentailly, the ContactList is either "None, Home, Business, Mobile,
Email" in a DropDownList. If any but "None" is selected I use the
custom validator to check that the appropriate field has got the
appropriate information; eg if they select "Business" then I need to
check that the "Business" TextBox has been filled.
However, only the Password Comparison CV is working. Is there a limit
to the number of "CV"s as I have not seen it mentioned in the dox.
Wayne MJ Guest
-
customValidator in DATAGRID
hi everyone, i' ve got a datagrid in which there is a column with an input texbox in the column "template", i've added a customvalidator an one... -
CustomValidator and XMLHTTPRequest
yes. "Anatoly" <anatolyr@gilat.com> wrote in message news:#feBwBqVDHA.2248@TK2MSFTNGP10.phx.gbl... -
CustomValidator bug?
Hi. I am fighting the CustomValidator strange behavior for second day already. I created some test project which is only to reproduce the... -
CustomValidator controls
I have a User Control which has one CustomValidator control. In debug I can see that validation is failing in UserControl::Page_Load and IsValid... -
Errormessage in CustomValidator
Hi, I´m using a server function in a CustomValidator control to verify a field date content before an insert process. What should I do to avoid...



Reply With Quote

