Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

asp:wizard 1

Status
Not open for further replies.

dhmfh

Programmer
Nov 28, 2005
69
GB
Hi Guys

I am trying to display images for the steps in my wizard.

When I open the wizard tag I have the following:

<asp:Wizard ID="BookPropertyOnline" runat="server" DisplaySideBar="false" StepPreviousButtonImageUrl="~/Images/PreviousButton.jpg" StepPreviousButtonType="Image" StepNextButtonImageUrl="~/Images/NextButton.jpg" StepNextButtonType="Image">

For some reason the images are not displaying and the buttons still appear. Am I missing anything?

Kind regards
 
Hmmm, according to Microsoft as long as you have set the StepNextButtonType and StepNextButtonImageUrl properties it should work (I'm not at a PC where I can test this at the moment).

I'd make sure the browser isn't showing a cached version of your page and then look at the View Source to make sure that the image path is correct.


____________________________________________________________

Need help finding an answer?

Try the Search Facility or read FAQ222-2244 on how to get better results.

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top