RequiredFieldValidator have to click twice

后端 未结 7 2060
遇见更好的自我
遇见更好的自我 2020-12-17 05:52

I have run into the same problem as described here.

Only the question is marked as answered with only an explanation as to why you may have to click twice when using

7条回答
  •  悲哀的现实
    2020-12-17 06:10

    Posting your code is always a good idea, That way we could run your code in a test environment and modify it to ensure it works before posting our answer.

    I would suggest adding

    causesValidation="true" 
    

    to your button to see if that works.

提交回复
热议问题