Wrox Programmer Forums
Go Back   Wrox Programmer Forums > ASP.NET and ASP > ASP.NET 4 > BOOK: Beginning ASP.NET 4 : in C# and VB
|
BOOK: Beginning ASP.NET 4 : in C# and VB
This is the forum to discuss the Wrox book Beginning ASP.NET 4: in C# and VB by Imar Spaanjaars; ISBN: 9780470502211
Welcome to the p2p.wrox.com Forums.

You are currently viewing the BOOK: Beginning ASP.NET 4 : in C# and VB section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old February 27th, 2013, 08:56 PM
Registered User
 
Join Date: Jan 2013
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Default Chapter 7 Try It Out - Behavior of the Virtual Path Property

Hello:

On page 242 "Try It Out" Investigating the Behavior of the Virtual Path Property #4. When I render the page the first and third image appears but the second one doesn't. I get a red "X" in it's place and don't know why. Can someone offer some advice why this may be happening.

<div>

<asp:Image ID="Image1" runat="server" ImageUrl="Header.jpg" /><br />

</div>
<div>

<asp:Image ID="Image2" runat="server" ImageUrl="/Header.jpg" /><br />

</div>
<div>

<asp:Image ID="Image3" runat="server" ImageUrl="~/Header.jpg" /><br />

</div>
 
Old February 27th, 2013, 09:17 PM
Registered User
 
Join Date: Jan 2013
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Disregard my last post, my answer is in step #5 of the "Try It Out".





Similar Threads
Thread Thread Starter Forum Replies Last Post
Unable to find Virtual Path property in VS2012 joshpw BOOK: Beginning ASP.NET 4.5 : in C# and VB 2 February 25th, 2013 03:45 AM
Virtual Path Property member4953 BOOK: Beginning ASP.NET 3.5 : in C# and VB BOOK ISBN: 978-0-470-18759-3 1 March 26th, 2009 01:52 PM
Page 239 Virtual Path Property normowen BOOK: Beginning ASP.NET 3.5 : in C# and VB BOOK ISBN: 978-0-470-18759-3 3 November 15th, 2008 07:16 PM
Virtual Path property ksmanand ASP.NET 3.5 Basics 2 October 5th, 2008 10:49 AM
coding for how to know the virtual path of drive satya_tripathy C# 0 November 15th, 2005 01:19 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.