Is there any framework or tutorial on how to create a wizard in C#. I need to provide the user a way to do a sequence of selections/user inputs. I thought Wizards would be an ideal way. I need Next/Back buttons on each page. I haven’t created wizards yet. Any inputs would be very helpful.
Share
I’ve found the DevExpress XtraWizard control to be quite nice to work with