Im calling a c# 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
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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.