Regular Expression Validator
am 22.04.2008 18:32:54 von fcs
Hi,
I have an asp application (C#) including a bunch of
RegularExpressionValidators and RequiredFieldValidators.
Everything is fine when run locally or in Intranet.
When it is Internet, RequiredFieldValidators are ok but
RegularExpressionValidators are not. they cause the error message to show
up, but do not stop the action (let say save a new phone number).
Does it have anything to do with the hosting server? or something else?
Thank,
Vaf
Re: Regular Expression Validator
am 22.04.2008 23:43:35 von lexa
On Apr 22, 6:32=A0pm, "fcs" wrote:
> Hi,
> I have an asp application (C#) including a bunch of
> RegularExpressionValidators and RequiredFieldValidators.
>
> Everything is fine when run locally or in Intranet.
> When it is Internet, RequiredFieldValidators are ok but
> RegularExpressionValidators are not. they cause the error message to show
> up, but do not stop the action (let say save a new phone number).
>
> Does it have anything to do with the hosting server? or something else?
>
> Thank,
> Vaf
Do you have the same version of .net on the server?
Re: Regular Expression Validator
am 23.04.2008 17:24:44 von fcs
we are using ASP.NET 1.1.4322 and IIS V6.0
and host server is: ASP.NET 2.0 and same IIS
thanks,
Vaf
"Alexey Smirnov" wrote in message
news:9655b633-8696-465a-ae65-f641effc057c@a1g2000hsb.googleg roups.com...
On Apr 22, 6:32 pm, "fcs" wrote:
> Hi,
> I have an asp application (C#) including a bunch of
> RegularExpressionValidators and RequiredFieldValidators.
>
> Everything is fine when run locally or in Intranet.
> When it is Internet, RequiredFieldValidators are ok but
> RegularExpressionValidators are not. they cause the error message to show
> up, but do not stop the action (let say save a new phone number).
>
> Does it have anything to do with the hosting server? or something else?
>
> Thank,
> Vaf
Do you have the same version of .net on the server?