Click here to Skip to main content
15,888,610 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
please send me and how to retrive image in image control in asp.net
Posted

 
Share this answer
 
Is Google[^] broken at your place. It returns about 14,000,000 results (0.31 seconds). Try it before posting any question here.
image-control-example[^]
ASP.NET Image Manipulation Examples: Adding, Zooming, Enlarging[^]

Also try searching in Code Project[^] articles.
 
Share this answer
 
Comments
Prasad_Kulkarni 13-Jul-12 0:08am    
Well said Vani! +5
Vani Kulkarni 13-Jul-12 0:23am    
Thanks Prasad!
put image url in imageUrl property inside the image control

e.g :
XML
<asp:image id="Img1" runat="server" imageurl="~/images/people.jpg"/>
 
Share this answer
 
v3
 
Share this answer
 
Comments
Prasad_Kulkarni 13-Jul-12 0:08am    
Good links Manas! +5
Manas Bhardwaj 13-Jul-12 3:43am    
thx!

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900