Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Resolving bug in the interface
Message
From
27/06/2006 20:53:15
 
 
To
27/06/2006 20:00:37
General information
Forum:
ASP.NET
Category:
Other
Environment versions
Environment:
VB 8.0
OS:
Windows XP SP2
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01132224
Message ID:
01132236
Views:
15
You really need the squiggly "~". Just to protect you in case you move the folder structures around.

>>I would place "~/" as in "~/images/WeeklyStreamingVideo.gif". So that you can guarantee the search starts at the root of your application. For example, I believe if you've placed this in a master page, the search would start from the master page folder.
>
>Thanks, I put the slash and that works. But, just to show you that there is definitely something with the interface, here is some code following that part:
>
>
><CENTER>
><asp:Image ID="Image4" runat="server" ImageUrl="/images/WeeklyStreamingVideo.gif" width="400" height="37" />
></CENTER>
>
><P Style="Margin-Top: 4px;">
>
><asp:Literal ID="WeeklyStreamingVideo" runat="server"></asp:Literal>
>
><P Style="Margin-Top: 8px;"></P>
>
><CENTER>
><asp:Image ID="Image1" runat="server" ImageUrl="images/TrainingVideoNewRelease.gif" width="400" height="37" />
></CENTER>
>
>
>As you can see, the next image is not having a slash and it works.

(On an infant's shirt): Already smarter than Bush
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform