Perform long client side async processing after button click

0 Answers 143 Views
Ajax General Discussions
Michael
Top achievements
Rank 1
Michael asked on 25 May 2021, 11:15 AM

Workflow:

1) Client clicks on RadWizard Finish button
2) JavaScript code in either OnClientButtonClicking or OnClientButtonClicked performs some asynchronous background processing => file upload
3) RadWizard waits for JavaScript code to complete its operation (callback or something else – we are waiting in the OnClientButtonClicking or/and OnClientButtonClicked event handlers)
4) After successful operation RadWizard continues with the postback => OnFinishButtonClick server side event is called and data is saved in the database

Is it possible to achieve above-described workflow (or something similar) in the JavaScript and RadWizard ASP.NET AJAX control?

No answers yet. Maybe you can help?

Tags
Ajax General Discussions
Asked by
Michael
Top achievements
Rank 1
Share this question
or