Link to home
Start Free TrialLog in
Avatar of kwh3856
kwh3856Flag for United States of America

asked on

How do you place an image on a web page using Visual Studio 2005 Pro

I am a beginning programmer learning by fire.  I have just installed VS 2005 and am beginning my learning process.  I am creating a web page and want to place a picture on that web page.  I have dragged the image control to the design page but am unable to determine the property to point to the actual location of the image.  Any help is greatly appreciated.

Thanks
Ken
Avatar of kwh3856
kwh3856
Flag of United States of America image

ASKER

Ok..I found the ImageUrl property and have copied the files into the correct directory but they do not show up when i drill down to the directory...Any ideas???

Thanks
Ken
ASKER CERTIFIED SOLUTION
Avatar of aaronfeng
aaronfeng

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of kwh3856

ASKER

Thanks Aaron.

It was all about the right place and the exact file name. I did not realize I needed to put the .gif as the extension.  It is the little things that will kill you sometime:)

Thanks
Kenny
Avatar of kwh3856

ASKER

One more question, I now see the image in VS but when I run the appication it does not appear in the browser.  Any ideas?

Thanks
Kenny