Regular Expression Validator

  • Thread starter Thread starter fcs
  • Start date Start date
F

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
 
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?
 
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
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?
 
Back
Top