Quickfix99
Technical User
Hi,
I have a simple request. How do I set the source of an image in an ASP page using a variable? Example:
<script runat="server">
protected void Page_Load(Object Source, EventArgs E)
{
String Image = "}
</script>
<asp:Image ID="Image1" runat="server" ImageUrl = (Image Variable) />
Any reply would be greatly appreciated!
QF
I have a simple request. How do I set the source of an image in an ASP page using a variable? Example:
<script runat="server">
protected void Page_Load(Object Source, EventArgs E)
{
String Image = "}
</script>
<asp:Image ID="Image1" runat="server" ImageUrl = (Image Variable) />
Any reply would be greatly appreciated!
QF