Regular Expression Validator

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

    Regular Expression Validator

    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



  • Alexey Smirnov

    #2
    Re: Regular Expression Validator

    On Apr 22, 6:32 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
    Do you have the same version of .net on the server?

    Comment

    • fcs

      #3
      Re: Regular Expression Validator

      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" <alexey.smirnov @gmail.comwrote in message
      news:9655b633-8696-465a-ae65-f641effc057c@a1 g2000hsb.google groups.com...
      On Apr 22, 6:32 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
      Do you have the same version of .net on the server?


      Comment

      Working...