Ask a Question related to ASP.NET General, Design and Development.
-
Edmilson #1
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 the continuation of the process
when the errormessage occurs ?
tks
ed
Edmilson Guest
-
Change ErrorMessage Text Dynamically
Is there a way to set/change the ErrorMessage and/or Text property of validationcontrols without making a trip to the server? What I have so far... -
The position of the validator errormessage
Hello, I have a table record with two validators. The can not be both false. When the first one will be false the errormessage will be placed... -
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
Hi, Is it possible to call a function from a control, for e.g <asp:requiredfieldvalidator id="test" errormessage="ccc" /> Is it possible for me...



Reply With Quote

