Guest User

Untitled

a guest
May 21st, 2018
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. <asp:Image ID="Image1" runat="server" ImageUrl="~/images/" />
  2.  
  3. if (dropDownList.SelectedItem.Value == "Picture 1")
  4. {
  5. Image1.ImageUrl = "~/images/picture1.
  6. }
Add Comment
Please, Sign In to add comment