What does webform_DoPostBackWithOptions() do?

后端 未结 4 1564
無奈伤痛
無奈伤痛 2021-02-01 19:45

I have a button declared like this:



        
4条回答
  •  我在风中等你
    2021-02-01 19:52

    Also if there is some validation control on the page this can cause it as well. Set the CausesValidation property of the button to false.

         
    

提交回复
热议问题