Wrox Programmer Forums
|
ASP.NET 2.0 Professional If you are an experienced ASP.NET programmer, this is the forum for your 2.0 questions. Please also see the Visual Web Developer 2005 forum.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the ASP.NET 2.0 Professional 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 March 19th, 2008, 12:28 AM
Authorized User
 
Join Date: Apr 2007
Posts: 61
Thanks: 0
Thanked 0 Times in 0 Posts
Default Image Not Being Displayed

Can anybody tell me how to show the image

<img src="<%= Page.ResolveUrl("~/Imgaes/Back1.jpg") %>"> </img>


 
Old March 19th, 2008, 01:38 AM
Authorized User
 
Join Date: Mar 2008
Posts: 19
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Make sure that image spell is correct first and second thing you have to put in the single quate not in double quate.
ex :
<IMG SRC='<%= Page.ResolveUrl("~/images/aro.jpg")%>' />

you will see the image at runtime.








Similar Threads
Thread Thread Starter Forum Replies Last Post
This control cannot be displayed prv299 ASP.NET 3.5 Professionals 0 September 2nd, 2008 03:50 AM
repeater not displayed JadeCSharp ASP.NET 1.0 and 1.1 Basics 2 November 17th, 2007 02:51 AM
Page cannot be displayed. Voltron ASP.NET 2.0 Basics 0 October 22nd, 2006 04:20 PM
The page cannot be displayed malachany Dreamweaver (all versions) 10 December 12th, 2004 02:36 PM
"Page cannot be displayed" delcyan Classic ASP Basics 6 June 22nd, 2003 02:58 PM





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