Ask a Question related to ASP.NET General, Design and Development.
-
Arjen #1
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 at the left
side of the record.
When the second one will be false then the errormessage will be placed at
the center of the record.
That's the place where the first one will end if it was false too.
I like to see that the second also starts at the right side.
How can I do that?
Thanks!
Arjen Guest
-
Coldfusion 8 Unable to invoke CFC always added to errormessage
Since switching to ColdFusion 8, I noticed some weird issues with the returned error messages from the CFC. Let's say I call my login function from... -
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... -
CFMX 7 will not start reliably on JRun 4 - no errormessage
I've been having a problem for a while with JRun 4 and MX. I thought upgraded to MX 7 would solve it but no luck. Basically MX is configured to... -
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... -
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... -
Arjen #2
Re: The position of the validator errormessage
"Arjen" <boah123@hotmail.com> schreef in bericht
news:bgg33j$ceg$1@news3.tilbu1.nb.home.nl...left> 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 at the> side of the record.
> When the second one will be false then the errormessage will be placed at
> the center of the record.
> That's the place where the first one will end if it was false too.
>
> I like to see that the second also starts at the right side.
>
> How can I do that?
>
> Thanks!
>
>
>
I like to see that the second also starts at the right side.
MUST BE
I like to see that the second also starts at the LEFT side.
Arjen Guest
-
Michal A. Valasek #3
Re: The position of the validator errormessage
| I like to see that the second also starts at the right side.
|
| How can I do that?
Set the "Display" property to "Dynamic". The property can have three values:
- None - validator is not displayed (but is still active, ie. message may
display in ValidationSummary)
- Static - regardless validator is displayed or not, takes the appropriate
place on page, only is invisible
- Dynamic - if validator is not displayed, nothing is shown and no place is
taken
Default value -- and I don't know why -- is Static.
--
Michal A. Valasek, Altair Communications, [url]http://www.altaircom.net[/url]
Please do not reply to this e-mail, for contact see [url]http://www.rider.cz[/url]
Michal A. Valasek Guest



Reply With Quote

