1. Create an ASP.Net Web Form
2. Add an ASP.Net Wizard control to the form
3. Use the Step Navigation Template or Finish Navigation Template etc. for storing the wizard control navigation buttons
4. Notice that there is no defaultButton attribute available for any of the ASP.Net Wizard Control steps
5. Add an ASP.Net Panel control within one or more of the wizard steps
6. Set the defaultButton attribute on the ASP.Net Panel control to refer to one of the IDs for the button controls defined in the Step or Finish Navigation template
7. Attempt to execute/run the web form
8. Notice that you will receive an error message stating that the Panel control cannot find or reference the ID defined within the StepNavigation or FinishNavigation template
Unable to utilize a defaultButton attribute on the individual steps of the ASP.Net Wizard Templated control.
Provide a defaultButton attribute for all ASP.Net Templated controls such as the ASP.Net Wizard control.