I try to display image. I get the image name through the querystring and will diplay the image like this:
<asp:Image ImageAlign="Middle" ImageUrl="images/<% Request.QueryString["image
"] %>.jpg" ID="Image2" runat="server" />
Can you please tell how I should correct that.
Start Free Trial