Posts Tagged ‘wizard’
<asp:Wizard>
<StartNavigationTemplate> // <StepNavigationTemplate> also available.
<asp:Button />
</StartNavigationTemplate>
</asp:Wizard>
Filed under: ASP.NET Tips | Leave a Comment
Tags: asp.net, custom, next, wizard
((Button)wizard1.FindControl(“StartNavigationTemplateContainerID”).FindControl(“btnNext”)).Enabled = true;
This is pretty much about it.. So simple.
Filed under: ASP.NET Tips | Leave a Comment
Tags: asp.net, disable, enable, next, wizard



