Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Resolving bug in the interface
Message
From
27/06/2006 20:00:37
 
 
To
27/06/2006 19:57:51
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:
01132228
Views:
12
>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.
Michel Fournier
Level Extreme Inc.
Designer, architect, owner of the Level Extreme Platform
Subscribe to the site at https://www.levelextreme.com/Home/DataEntry?Activator=55&NoStore=303
Subscription benefits https://www.levelextreme.com/Home/ViewPage?Activator=7&ID=52
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform