can't remove RegularExpressionValidator

Last post 09-15-2008 4:12 PM by ekimpl1. 0 replies.

Sort Posts:

  • can't remove RegularExpressionValidator

    09-15-2008, 4:12 PM
    • Member
      point Member
    • ekimpl1
    • Member since 09-15-2008, 3:46 PM
    • Posts 1

     Hi,

     

    I am having this problem with RegularExpressionValidator placed inside tableCell:

    <asp:RegularExpressionValidator runat="server" ControlToValidate="txtboxEmail"
                         ErrorMessage="error" ValidationExpression="^[0-9a-zA-Z]$"  />

     When i try to remove it form the code my page goes blank. There are no errors during built and runtime.

    I also can't comment the RegularExpressionValidator block.

    Apart from this problem RegularExpressionValidator works fine.

    I am trying to remove it to check another problem which i think RegularExpressionValidator might be causing.

     

    Does anyone know why i can't remove it ?

     

Page 1 of 1 (1 items)