Visual Web Dev...problem, where am I going wrong? Please help!

hello.

If someone could please help with image boxes that would be great, the problem is the jpg is visable on my construction IDE but when I start debugging on the local host it does'nt appear. It's driving me crazy.

I've added the item through new item --> resource file. and is visable in the app resources file and I've linked it through the properties image url.

Please could some provide a checklist for inserting images onto my webpage, I'm new to C# & visual web developer and any help would be appreciated.

<br />

<br />

<asp:Image ID="Image1" runat="server" DescriptionUrl="~/App_GlobalResources/logo.JPG"ImageUrl="~/App_GlobalResources/logo.JPG" Style="z-index: 103; left: 16px; position: absolute;top: 8px" Width="88px" />

<br />

<br />

What am I missing

Thanks.

Cameron



Answer this question

Visual Web Dev...problem, where am I going wrong? Please help!

  • jason jones

    Thanks for help, everything sorted out eventually after much palava; newly purchased MS Web Dev express 2005 and after a good read I should able not to embarrass myself.

    Thanks again.


  • aruno

    Basically you want to place the images in a folder on your web app, and then link your img tag/asp:Image to the image file on disk. Then there's no reason why it shouldn't work.



  • Visual Web Dev...problem, where am I going wrong? Please help!