Hi all,
I have an ASP:Image control that is having its ImageUrl populated by the C# code-behind file.
The image URL is:
[product_number]_main.axs&80&80
As you can see, there's a few ampersands in the URL. However, when it gets put to the page, the <IMG> tag generated has the URL as:
[product_number]_main.axs&80&80
Is there a way I can get around this?
(PS: If I put the string directly into an <IMG> tag, and Response.Write it to the screen, it works fine)
-------------------------
Call me barely Impressive Captain.
I have an ASP:Image control that is having its ImageUrl populated by the C# code-behind file.
The image URL is:
[product_number]_main.axs&80&80
As you can see, there's a few ampersands in the URL. However, when it gets put to the page, the <IMG> tag generated has the URL as:
[product_number]_main.axs&80&80
Is there a way I can get around this?
(PS: If I put the string directly into an <IMG> tag, and Response.Write it to the screen, it works fine)
-------------------------
Call me barely Impressive Captain.