Does anyone know how to remove the hyperlinks in Wizard Control sidebars? I want the steps to be displayed (e.g. Step 1, Step 2, ... Complete), but only as text, not as hyperlinks. If a SideBarTemplate can be used, does anyone have a specific example?
<SideBarStyle BackColor="#507CD1" Font-Size="0.9em" VerticalAlign="Top" />
<NavigationButtonStyle BackColor="White" BorderColor="#507CD1" BorderStyle="Solid" BorderWidth="1px" Font-Names="Verdana" Font-Size="0.8em" ForeColor="#284E98" />
<SideBarButtonStyle BackColor="#507CD1" Font-Names="Verdana" ForeColor="White" />
<SideBarTemplate>
<asp:ImageButton OnClick="Wizard_Step" runat="server" />
</SideBarTemplate>