I was trying 2 link an image in asp.net just like i do i normal html with dis code: <img alt="" src="myimage/img1.jpg"> note: i use d html tag control. Even, i also tried the asp.net image control: <asp:img runat="server" src=""
4 replies to this topic
#1
Posted 15 February 2011 - 12:36 PM
|
|
|
#2
Posted 15 February 2011 - 04:42 PM
Does the image exist on your server?
#3
Posted 15 February 2011 - 07:42 PM
Yes... It does exist. But.... It wasn't from the server i was actually running the image, it was 4rm destop. I think irrespective of that, the html img control should still work. Thankss.
#4
Posted 16 February 2011 - 05:16 AM
Why don't you just add the image to the project and link it from there?
-CDG10620
Software Developer
Software Developer
#5
Posted 22 February 2011 - 04:28 AM
<asp:Image ID="ImageID1" runat="server" ImageUrl="1.jpg" />
1 user(s) are reading this topic
0 members, 1 guests, 0 anonymous users


Sign In
Create Account

Back to top









