Hi All,
I'm very new to ASP and I'm just having a play around at the moment and I was wondering how to do the following;
If I have a drop down box, and when certain things are selected, I want certain images to display once the submit button has been pressed.
For Example.. what would I put if i had an England.jpg
If DropDownList.Text = "England" Then
????????
End If
Thank you in advance..
I'm very new to ASP and I'm just having a play around at the moment and I was wondering how to do the following;
If I have a drop down box, and when certain things are selected, I want certain images to display once the submit button has been pressed.
For Example.. what would I put if i had an England.jpg
If DropDownList.Text = "England" Then
????????
End If
Thank you in advance..