M
Mark Kamoski
How can one change an image url at runtime?
(Note, the image exists in a user control.)
This is the image tag on the ascx...
<asp:image id="TopBanner" runat="server"></asp:image>
....but I cannot get this to change from the code behind of a page that
hosts the user control.
Any ideas?
Thanks.
(Note, the image exists in a user control.)
This is the image tag on the ascx...
<asp:image id="TopBanner" runat="server"></asp:image>
....but I cannot get this to change from the code behind of a page that
hosts the user control.
Any ideas?
Thanks.