For Programmers: Free Programming Magazines  


Home > Archive > Visual Studio > February 2006 > Solved









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author Solved
Mark A. Sam

2006-02-20, 7:00 pm

If you have this problem, open the page in Source and as
runat="server" to the image tag

<img src="../Images/MasterTopPane.jpg" runat="server"/><br />




clintonG

2006-02-20, 7:00 pm

Be advised when we use runat="server" we can now use the Root Path Operator
which will parse the path anywhere it is located within the application
root...

<img src="~/Images/MasterTopPane.jpg" runat="server"/>


<%= Clinton Gallagher
METROmilwaukee (sm) "A Regional Information Service"
NET csgallagher AT metromilwaukee.com
URL http://metromilwaukee.com/
URL http://clintongallagher.metromilwaukee.com/


"Mark A. Sam" <msam@Plan-It-Earth.Net> wrote in message
news:Ohbn5giNGHA.4052@TK2MSFTNGP15.phx.gbl...
> If you have this problem, open the page in Source and as
> runat="server" to the image tag
>
> <img src="../Images/MasterTopPane.jpg" runat="server"/><br />
>
>
>
>



Sponsored Links







Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive

Copyright 2008 codecomments.com