Similar to the topics seen (eg, FDBK25934)"Page.Form.DefaultButton = ((Button)(Wizard1.FindControl("StartNavigationTemplateContainerID").FindControl("StartNextButton"))).UniqueID;"That works fine for the Page.Form. Even for a Login Control, you can use the format Login1$LoginButton.But trying to set the DefaultButton in a Panel for a Wizard's Navigation Button causes an error.
Please wait...