russellmunday
Technical User
Hi I have a page that has two dropdownlists on it the first has three static values the choice made here then query's a database and fills the second dropdownlist i then need to show an image from the selection but the code i am using does not return the image.
the dropdownlist autopostback is set to true
image1.imageURL = ("c:\mypic\" & partddl.selecteditem.text & "jpg")
i have also pulled the images into the solution and changed the path but no difference is there a property i need to set on the dropdownlist?
the dropdownlist autopostback is set to true
image1.imageURL = ("c:\mypic\" & partddl.selecteditem.text & "jpg")
i have also pulled the images into the solution and changed the path but no difference is there a property i need to set on the dropdownlist?