Issue with Regular Expression Validator for text box in ASP.NET

前端 未结 2 2010
庸人自扰
庸人自扰 2021-01-27 15:37

Im having issues with the RegularExpressionValidator in my code!

I have 2 text boxes in my html page and in the code i have the sql command that inserts the parameters t

2条回答
  •  执念已碎
    2021-01-27 15:57

    I checked everything and finally got it,

    I had to add to my web.config the following:

    
      
        
      
    
    

    And that solved my issues

提交回复
热议问题