 |
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
|
|
|
|
|

July 14th, 2015, 02:06 AM
|
|
Authorized User
|
|
Join Date: Aug 2011
Posts: 44
Thanks: 14
Thanked 0 Times in 0 Posts
|
|
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
|
|

July 14th, 2015, 07:08 PM
|
 |
Wrox Author
|
|
Join Date: Jun 2003
Posts: 17,089
Thanks: 80
Thanked 1,576 Times in 1,552 Posts
|
|
Can you post the markup and code behind for the page that displays the pictures?
Cheers,
Imar
|
|

November 1st, 2015, 04:00 PM
|
|
Authorized User
|
|
Join Date: Oct 2015
Posts: 58
Thanks: 3
Thanked 0 Times in 0 Posts
|
|
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.
|
|

November 1st, 2015, 04:10 PM
|
 |
Wrox Author
|
|
Join Date: Jun 2003
Posts: 17,089
Thanks: 80
Thanked 1,576 Times in 1,552 Posts
|
|
>> 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
|
|

November 1st, 2015, 04:20 PM
|
|
Authorized User
|
|
Join Date: Oct 2015
Posts: 58
Thanks: 3
Thanked 0 Times in 0 Posts
|
|
Ok, that's understandable.
Thanks, anyways.
Greetings.
|
|
 |
|