ASP.Net Confirm box issue

前端 未结 2 1122
北恋
北恋 2021-01-17 01:51

In my asp.net application I have used JavaScript confirm box for user confirmation. Here is the code:

EDIT :



        
2条回答
  •  温柔的废话
    2021-01-17 01:54

    Simple solution use javascript and call OnClientClick

         
     
    

提交回复
热议问题