im trying to code some code where when the user changes the option in a drop down, the picture control changes its picture based on that. so far im sitting at the code sceren with
Public
Sub Product_Changed(ByVal sender As Object, ByVal e As XmlEventArgs) (product is my dropdown)
any idea on where to go from here?