Vladimiro Paredes
|
| Posted: 02/04/2003, 12:26 PM |
|
Hello there
I need help validating Dates.
I am Using ASP and CCS 2.0 Beta 1.
I created a custom validation function for dates. CCS does its own
validation first, and if date is invalid it displays an error message and
blanks out the field before calling the OnValidate event(how annoying is
this). What then happens is I get a blank field so I can't validate it.
Does any one know how to get around this?
If it is not possible, could it be possible to at least overwrite their
generic error message?
Thanks
|
|
|
 |
Vladimiro Paredes
|
| Posted: 02/11/2003, 7:27 AM |
|
I got this figured out in case some one else runs into this same problem..
I just made the fields text not date, and I could have my custom validation.
Vladimir
"Vladimiro Paredes" <vparedes@exodusgroup.net> wrote in message
news:b1p7kq$1ed$1@news.codecharge.com...
> Hello there
>
> I need help validating Dates.
>
> I am Using ASP and CCS 2.0 Beta 1.
>
> I created a custom validation function for dates. CCS does its own
> validation first, and if date is invalid it displays an error message and
> blanks out the field before calling the OnValidate event(how annoying is
> this). What then happens is I get a blank field so I can't validate it.
>
> Does any one know how to get around this?
>
> If it is not possible, could it be possible to at least overwrite their
> generic error message?
>
>
> Thanks
>
>
|
|
|
 |
|