Pergunta

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

Cheers.

Foi útil?

Solução

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

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

Outras dicas

You can find it in:

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

Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top