Development Platform: ASP.NET C#
Components Used: asp:Wizard and asp:Button
I am facing an issue with my asp:Wizard where the additional button I want to place is rendering below the wizard instead of beside the Next Button.
Is there a way to resolve this and have the button display correctly positioned next to the existing buttons?
Note: I am not utilizing StartNavigationTemplate, StepNavigationTemplate, or FinishNavigationTemplate in this scenario.