Hi All,
Currently I am using AppWizard provided by vsphere sdk for web client.
I want to show the progress in final step on my own button'click for an examble "Create VM".
During that time I want to disable Wizard's "Back" & "Finish" button.
I disabled "Finish" button using "PageState.INCOMPLETE" for the final step. But couldn't disable back button.
If I go to first step, automatically back button is disabled. But I want to disable back/Finish buttons while my operation in progress.
Once operation is finished, I want to enable the "Finish" alone.
Kindly help me.