Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
ウィザードコントロールからサイドバー(すべてのリンクを含む)を削除/非表示/無効にして非表示にする方法はありますか?
乾杯。
次のように、 Wizard.DisplaySideBar プロパティを使用してこれを実現できます。
<asp:Wizard ID="wizard1" runat="server" DisplaySideBar="false">...