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

Popular posts from this blog

java.util.scanner - How to read and add only numbers to array from a text file -

rewrite - Trouble with Wordpress multiple custom querystrings -