I am developing a utility and facing an issue.
The following describes what i intend to achieve:
- User will click on "Submit"Button.
- User will be prompted a confirm dialog box.
- On "No" , it will return.
- "Yes" click will take it to a method which does some processing.
- As processing can take sometime, i want to show loading bar after user clicks "Yes" in confirm dialog box.
- However, When i click "Yes"; the dialog box remains there and i can't see th progress bar.
Request you to please help me with this.
