RegularExpressionValidator

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • fcs

    RegularExpressionValidator

    Hi,
    I have an asp application (C#) including a bunch of
    RegularExpressi onValidators and RequiredFieldVa lidators.

    Everything is fine when run locally or in Intranet.
    When it is Internet, RequiredFieldVa lidators are ok but
    RegularExpressi onValidators 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


  • Ignacio Machin ( .NET/ C# MVP )

    #2
    Re: RegularExpressi onValidator

    On Apr 22, 4:28 pm, "fcs" <f...@fcs.fcswr ote:
    Hi,
    I have an asp application (C#) including a bunch of
    RegularExpressi onValidators and RequiredFieldVa lidators.
    >
    Everything is fine when run locally or in Intranet.
    When it is Internet, RequiredFieldVa lidators are ok but
    RegularExpressi onValidators 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

    Comment

    • fcs

      #3
      Re: RegularExpressi onValidator

      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
      "Ignacio Machin ( .NET/ C# MVP )" <ignacio.machin @gmail.comwrote in
      message
      news:b73ef747-5fef-46ca-8e1c-eb0a7a5e2476@t6 3g2000hsf.googl egroups.com...
      On Apr 22, 4:28 pm, "fcs" <f...@fcs.fcswr ote:
      Hi,
      I have an asp application (C#) including a bunch of
      RegularExpressi onValidators and RequiredFieldVa lidators.
      >
      Everything is fine when run locally or in Intranet.
      When it is Internet, RequiredFieldVa lidators are ok but
      RegularExpressi onValidators 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


      Comment

      Working...