开发者

ASP.Net Remove Sidebar from Wizard Control

Any ideas how to remove/hide/disable and make invisible the sidebar (with all of开发者_Python百科 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

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜