RegularExpressionValidator

  • 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

Hi,

You have to give more details, what browser you are using, what
locale settings, etc.
Start with the regular expression itself
 
we are using IE 7, ASP.NET 1.1.4322 and IIS V6.0
and host server is: ASP.NET 2.0 and same IIS

thanks,
Vaf
message
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,

You have to give more details, what browser you are using, what
locale settings, etc.
Start with the regular expression itself
 
Back
Top