سؤال

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

Cheers.

هل كانت مفيدة؟

المحلول

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

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

نصائح أخرى

You can find it in:

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

مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top