Question

Any ideas how to remove/hide/disable and make invisible the sidebar (with all of the links in it) from a Wizard Control?

Cheers.

Was it helpful?

Solution

You can achieve this using the Wizard.DisplaySideBar Property like so:

<asp:Wizard ID="wizard1" runat="server" DisplaySideBar="false">...

OTHER TIPS

You can find it in:

Wizard properties. highlight the .aspx form code then look for it in behavior. click Image where to find it

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top