Ask a Question related to ASP.NET General, Design and Development.
-
Vidar Petursson #1
Re: Validation Expression
Hi
[url]http://regexlib.com[/url] plenty of useful regex there
--
Best Regards
Vidar Petursson
==============================
Microsoft Internet Client & Controls MVP
==============================
"Kenneth Keeley" <kenkeeley@hotmail.com> wrote in message
news:%23A6rTonRDHA.2316@tk2msftngp13.phx.gbl...into> hi
> I wish to use form validation and would like to know what I have to put> the ValidationExpression to make it work. I have seen heeps of examples of
> using the ValidationExpression but none of them give a indepth description
> as to the break down of the codes and what they do.
>
> Some help would be great.
>
>
Vidar Petursson Guest
-
Regular expression validation
Has anyone figured out a way to use regex in a flash form?? I have tried something like this inside cfformitem tags: function doRegExpVal():void{... -
CFFORM Validation trumping Custom Form Validation
Is there any way for custom form validation to work in concert with the cfform validation? I have a custom script that compares the values of two... -
Regular Expression for multiline validation
To validate the length of a multiline textbox, I'm told that I have to use a regular expression validator. The regular expression below limits it to... -
validation summary doesnt display when there's client-side validation
I have a custom validator that validates a numeric field, txtField, that allows for thousand separators. I also placed a validation summary so... -
only custom validation control does server side validation?
On a CustomValidator you have to provide the validation code because otherwise it doesn't know what to do for the validation. Other validator...



Reply With Quote

