I have an asp.net wizard, and I want the user to navigate the control only with the next/previous buttons.
Anyway, I would like to set the sidebar so that it displays the step names with the current step highlighted, but without letting the user click on them.
Is this possible?
You can use a
SideBarTemplateand set theEnabledattribute of the links toFalse: