Jump to content
Xtreme .Net Talk

Recommended Posts

Posted

When I try and view my my webform in the browser all of the buttons and image boxes dont show up. also the text is not formatted the same way, its all bunched together with the same font. Ive got visual studio pro with xp pro with iis and xp service pack 1 installed.

Please help this newbie. Thank you in advance.

Posted
I think Im on the right track. I read somewhe that the framework should be installed after the IIs or is it vice versa, anyway, i reinstalled the framework and now I can view my form properly in the browser. The only problem now is that when I try and view it from another computer on my network the image doesnt load and when I click on the one button that is there I get an error. Does this sound like a hardware/ framework issue to you?
  • *Experts*
Posted

If it's just the image I wonder if you've got hard-coded paths to the file, something like "c:\file.gif" or something?

 

What is the code behind your button? What does it do (specific code snippet would be good)?

 

-nerseus

"I want to stand as close to the edge as I can without going over. Out on the edge you see all the kinds of things you can't see from the center." - Kurt Vonnegut
Posted

I have all of the objects working properly now but the image doesnt come over to the other computer.

 

OK here is the code behind the image:

 

<asp:Image id="Image1" style="Z-INDEX: 105; LEFT: 369px; POSITION: absolute; TOP: 162px" runat="server" Height="139px" Width="199px" ImageUrl="file:///D:\Documents and Settings\All Users\Documents\My Pictures\Sample Pictures\Sunset.jpg"></asp:Image>

  • Moderators
Posted

Try this for files...

 

<......ImageUrl="Sample Pictures\Sunset.jpg">

 

The images should be in "Sample Pictures" directory, and that Dir should be at the same level as your aspx file.

Visit...Bassic Software

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...