Wrox Programmer Forums
|
BOOK: Beginning ASP.NET 4.5.1 : in C# and VB
This is the forum to discuss the Wrox book Beginning ASP.NET 4.5.1: in C# and VB by Imar Spaanjaars; ISBN: 978-1-118-84677-3
Welcome to the p2p.wrox.com Forums.

You are currently viewing the BOOK: Beginning ASP.NET 4.5.1 : 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 July 14th, 2015, 02:06 AM
Authorized User
 
Join Date: Aug 2011
Posts: 44
Thanks: 14
Thanked 0 Times in 0 Posts
Default Chapter 14: pictures loaded but not displayed

Hello Imar,

I completed chapter 14, created new PhotoAlbums and loaded some pictures.
The .jpg files are in the GigPics folder in the root of the site, my Windows user has all the authorizations on the folder.
When I choose any PhotoAlbum, I can see the descriptions, the tooltips, but no pictures.

I cannot realize where is the problem.

Thank you for any hint.

Antonius
 
Old July 14th, 2015, 07:08 PM
Imar's Avatar
Wrox Author
 
Join Date: Jun 2003
Posts: 17,089
Thanks: 80
Thanked 1,576 Times in 1,552 Posts
Default

Can you post the markup and code behind for the page that displays the pictures?

Cheers,

Imar
__________________
Imar Spaanjaars
http://Imar.Spaanjaars.Com
Follow me on Twitter

Author of Beginning ASP.NET 4.5 : in C# and VB, Beginning ASP.NET Web Pages with WebMatrix
and Beginning ASP.NET 4 : in C# and VB.
Did this post help you? Click the button below this post to show your appreciation!
 
Old November 1st, 2015, 04:00 PM
Authorized User
 
Join Date: Oct 2015
Posts: 58
Thanks: 3
Thanked 0 Times in 0 Posts
Default Chapter 14, p.527 - Pictures loaded problem - Possible solution

Hi Antonio, Imar,

I had the same problem today, and it is in the ManagePhotoAlbum.aspx file:

Under this tag:
<ItemTemplate>
<li>
<asp:Image ID="ImageUrl" runat="server" Text='<%# Item.ImageUrl %>' /><br />

Should be:
<asp:Image ID="ImageUrl" runat="server" ImageUrl='<%# Item.ImageUrl %>' /><br />

Greetings.

PS:
Hi Imar, I'd really like to see more than 10 entries per page in the forum because it's tedious to go search for every page to look for something that probably it's not in the next page or not described in the title of the entry. Thanks, beforehand.
 
Old November 1st, 2015, 04:10 PM
Imar's Avatar
Wrox Author
 
Join Date: Jun 2003
Posts: 17,089
Thanks: 80
Thanked 1,576 Times in 1,552 Posts
Default

>> Hi Imar, I'd really like to see more than 10 entries per page in the forum because it's tedious to go search for every page to look for something that probably it's not in the next page or not described in the title of the entry. Thanks, beforehand.

It's not my forum, so this is completely beyond my control.

Cheers,

Imar
__________________
Imar Spaanjaars
http://Imar.Spaanjaars.Com
Follow me on Twitter

Author of Beginning ASP.NET 4.5 : in C# and VB, Beginning ASP.NET Web Pages with WebMatrix
and Beginning ASP.NET 4 : in C# and VB.
Did this post help you? Click the button below this post to show your appreciation!
 
Old November 1st, 2015, 04:20 PM
Authorized User
 
Join Date: Oct 2015
Posts: 58
Thanks: 3
Thanked 0 Times in 0 Posts
Default

Ok, that's understandable.

Thanks, anyways.

Greetings.





Similar Threads
Thread Thread Starter Forum Replies Last Post
Pictures Loaded but not displayed sohaibtoosy BOOK: Beginning ASP.NET 4.5 : in C# and VB 1 May 3rd, 2015 07:00 AM
Chapter 2 - Notification not getting displayed shekhar.kotekar BOOK: Beginning Android Application Development 0 July 13th, 2011 03:34 AM
Chapter 14, first 'Try It Out' alharlow BOOK: Beginning ASP.NET 4 : in C# and VB 5 March 18th, 2011 05:00 AM
Chapter 8 Banner not being displayed in Chrome or Firefox TreyC BOOK: Beginning ASP.NET 4 : in C# and VB 2 May 27th, 2010 08:27 AM
Chapter 13 - Deleting pictures from GigPics directory tinman BOOK: Beginning ASP.NET 3.5 : in C# and VB BOOK ISBN: 978-0-470-18759-3 4 October 2nd, 2009 02:25 PM





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