ASP.Net Remove Sidebar from Wizard Control

3.5k Views Asked by At

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

Cheers.

2

There are 2 best solutions below

1
On BEST ANSWER

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

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

You can find it in:

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