c# - how to pass image from one page to another in asp.net -
i image image-handler in first page , how pass second page
the .aspx page like
<asp:image id="image1" runat="server" height="250px" width="290px" imageurl='<%# "imagehandler.ashx?imid="+ eval("idnews") %>' />
just pass name of image on second page , set same on second page.
Comments
Post a Comment