Button text on Wizard control
ASP.NET
1
Posts
1
Posters
0
Views
1
Watching
-
I am trying to change the text shown on the navigation buttons on the Wizard control. I have tried using the following code: Wizard1.StepNextButtonText = "click me"; Wizard1.StartNextButtonText = "Go"; Wizard1.FinishCompleteButtonText = "End"; For some reason, this only works for Step Next buttons - I cannot change the text on the buttons on the Start or Finish steps. I have tried setting the StepType as "Auto" or "Start" & "Finish" but this does not fix the problem. Does anyone know what I am doing wrong ?