Hide the next previous buttons in wizard control

R

Roger23

I am trying to use a wizard for a mulit-process step where i have to
navigate to different screens. The user can see that in two modes,
read-only and update. when its read-only i want to hide the navigation
buttons so that they can navigate by clicking the side bar. when in
update mode, i would force them through a sequence of steps.

this is what i have for the template:

<asp:Button CssClass="button1" ID="StartNextButton"
CommandName="MoveNext" Text="Start" runat="Server" />
</asp:panel>
</StartNavigationTemplate>


I am unable to toggle the visibility of the panel control either by
findcontrol or the controls collection. how do i arrive at this control
in my code behind? Any help is much appreciated. thanks in advance!
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,755
Messages
2,569,536
Members
45,013
Latest member
KatriceSwa

Latest Threads

Top