简体   繁体   中英

Show confirm box from code-behind and use the response

Im calling ac# method using jquery ajax.

I would like to show a confirm box when ive reached a certain point in the c# method, and make use of the confirm box result in the method. Is this possible?

Thanks

I don't think that this is possible. You could split your method into 2 methods and call them one after the other. This way you have the possibility to show a confirm box before callnig the second method.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM