Wrox Programmer Forums
|
BOOK: Beginning ASP.NET 3.5 : in C# and VB BOOK ISBN: 978-0-470-18759-3
This is the forum to discuss the Wrox book Beginning ASP.NET 3.5: In C# and VB by Imar Spaanjaars; ISBN: 9780470187593
Welcome to the p2p.wrox.com Forums.

You are currently viewing the BOOK: Beginning ASP.NET 3.5 : in C# and VB BOOK ISBN: 978-0-470-18759-3 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 August 5th, 2012, 11:01 AM
Authorized User
 
Join Date: Aug 2011
Posts: 44
Thanks: 14
Thanked 0 Times in 0 Posts
Default Chapter 8: banner web user control

I've created the web user control (the advertising banner for the sidebar) according to chapter 8 and it works.

In order to try alternative solutions, I've also tried to put the banner in the sidebar of the master page directly.
Unfortunately, if I try to click on the image in the sidebar, the arrow icon of the mouse turns into a hand with a flare, and I cannot reach http://p2p.wrox.com
Can you tell me why ?
Below you see the code.

Cheers
Antonius


<div id="Sidebar">
<br />
<div align="center">
<a href="http://p2p.wrox.com" target="_blank">
<img src="../Images/Banner120x240.gif" style="border-style: none" />
</a>
</div>
</div>
 
Old August 5th, 2012, 03:15 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 there,

The code looks fine to me, so maybe it's your browser blocking the link? Do you have ad-blocking software or add-ins installed?

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 August 6th, 2012, 03:31 AM
Authorized User
 
Join Date: Aug 2011
Posts: 44
Thanks: 14
Thanked 0 Times in 0 Posts
Default

Quote:
Originally Posted by Imar View Post
Hi there,

The code looks fine to me, so maybe it's your browser blocking the link? Do you have ad-blocking software or add-ins installed?

Imar
You're right.

Thank you
Antonius





Similar Threads
Thread Thread Starter Forum Replies Last Post
Horizontal Banner in User Control sophia BOOK: Beginning ASP.NET 4 : in C# and VB 10 November 10th, 2011 12:26 PM
Web User Control Not rendering in Web Form dotnetDeveloper ASP.NET 3.5 Professionals 1 April 6th, 2009 04:02 PM
How to display a banner in div control peace2007 Javascript 3 October 5th, 2007 12:38 AM
Add Windows User control in Web User Control agarwalvidhu C# 0 March 30th, 2006 01:17 AM





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