((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, wizard, next, enable, disable
((Button)wizard1.FindControl(“StartNavigationTemplateContainerID”).FindControl(“btnNext”)).Enabled = true;
This is pretty much about it.. So simple.
No Responses Yet to “Enable/Disable ‘Next’ button in Wizard controls”