Confirmation message box in webapplication

后端 未结 8 1647
刺人心
刺人心 2020-12-19 19:16

Am using the below message box in asp.net web application. Now i want to convert this message box as a confirmation message box and do something when it is true else means r

8条回答
  •  自闭症患者
    2020-12-19 19:23

    try this code check on OnClientClick event when user click on button

            
    
     
    

提交回复
热议问题