Posted on: 5/23/2011 9:30:39 AM | Views : 1079

I have a Wizard Control which contains several steps.  Since I am customizing my Wizard Control I am using the Step Navigation Templates and therefore have defined my button controls within my Step Navigation Templates.  However, I would like to allow users who hit the Enter key on the keyboard to default to clicking the Next button for each wizard step throughout the wizard control.  Since I cannot set the defaultbutton property on Wizard control steps, I tried encompassing the wizard steps in an ASP.Net Panel, however, this does not work due to the nature of the Wizard control buttons being defined in the Step Navigation templates.  If I attempt to load the Web Form with the panels, I receive an error message stating that the buttons do not implement the IButtonControl interface.  Therefore, this effectively eliminates my ability to use ASP.Net panels within the Wizard control for the defaultButton property.
 
Below is a sample of my W ...

Go to the complete details ...