I have an <asp:Image>
element and a text caption, surrounded by an <a>
element. I need the link to run a method when clicked, changing the ImageUrl property of another <asp:Image>
element.
I'm a total noob with ASP.NET (Clearly.)
Can anyone explain this process to me?