I am trying to pass an image value from pageA.aspx to pageB.aspx. I am very new to ASP.net and have successfully passed the image name in the URL as Printpage.aspx? Image=dsc00015-1.jpg
My question is that on PageB I would like to display dsc00015-1.jpg as an image. How to I extract this from the URL and code it in the src= of the image?
My question is that on PageB I would like to display dsc00015-1.jpg as an image. How to I extract this from the URL and code it in the src= of the image?
Comment