Problem with Wizard Control
ASP.NET
1
Posts
1
Posters
0
Views
1
Watching
-
Hi I have a wizard, which contains a series of custom user controls as steps. Also I am using the step navigation template to add in the navigation buttons. However, due to some steps needing a little time to load fully due to web service calls and having to add some dynamic steps, I would like to disable the navigation buttons until the next step has been loaded and change the text on the "Next Button" to "loading...". Is there away I can do this perhaps with JavaScript or is there away I could do this with an AJAX control? If so, does anyone have an example I could use? Thanks