473,412 Members | 4,196 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,412 software developers and data experts.

Gridview HyperLink disappears with Norton Ad Blocking On

I have a Gridview control with a Databound Hyperlink. e.g.:

<asp:HyperLinkField HeaderText="MyTitle" DataNavigateUrlFields="MyID"
DataNavigateUrlFormatString="~/ShowMe.aspx?MyID={0}"
DataTextField="MyTitle" SortExpression="MyTitle">

With Norton Ad Blocking turned "Off" this works fine.

Turn Norton Ad Blocking "On" and the rest of the Gridview displays, but any
Hyperlinks have gone!

So how do users that have Norton Ad Blocking "On" know they are only seeing
part of the Gridview?

Would REALLY appreciate some help with this.
Aug 30 '06 #1
1 1259
NEVER have a hyperlink in a Gridview point to "ShowAd.aspx"

I am answering my own question here but this is a good one ...

If you have a Hyperlink in a GridView with a reference to "ShowAd.aspx" e.g.

<GridView>
<asp:HyperLinkField HeaderText="MyTitle" DataNavigateUrlFields="MyID"
DataNavigateUrlFormatString="~/ShowAd.aspx?MyID={0}"

etc.

.... then Norton Internet Security 2006 will prevent the hyperlink from being
displayed if Ad Blocking is set to "On".

Solution: rename ShowAd to something else.

The code I wrote below was actually the amendment - I just didn't refresh
the page properly ... duh!

"willip" wrote:
I have a Gridview control with a Databound Hyperlink. e.g.:

<asp:HyperLinkField HeaderText="MyTitle" DataNavigateUrlFields="MyID"
DataNavigateUrlFormatString="~/ShowMe.aspx?MyID={0}"
DataTextField="MyTitle" SortExpression="MyTitle">

With Norton Ad Blocking turned "Off" this works fine.

Turn Norton Ad Blocking "On" and the rest of the Gridview displays, but any
Hyperlinks have gone!

So how do users that have Norton Ad Blocking "On" know they are only seeing
part of the Gridview?

Would REALLY appreciate some help with this.
Aug 30 '06 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

11
by: TC | last post by:
Hello All, I have recently had the pleasure of installing Norton Internet Security 2005 and finding that I can no longer create or open a web-based application in Visual Studio .Net. The IDE...
10
by: Ammar | last post by:
Hi! I am running IIS 5 on windowsXP proffesional with norton internet security proffesional 2004. I have been trying to make an ASP.NET page that sends a report as an e mail to the webmaster of...
2
by: loga123 | last post by:
Hi All, I am using Link Button for DELETE on the gridview. When I click on DELETE link, I get the ArgumentOutOfRangeException. But...it deletes the record from table in the database. On...
2
by: veaux | last post by:
When I try to use the Link Table and select the type "ODBC" the browse window just disappears. If I select any other type, it behaves correctly. I tried repairing my office installation, but that...
1
by: Evan M. | last post by:
Here's my GridView and my SqlDataSource <asp:GridView ID="ContactHistoryGrid" runat="server" AutoGenerateColumns="False" DataSourceID="ContactHistoryDS" DataKeyNames="JobHistoryID"...
4
by: =?Utf-8?B?QW1pciBUb2hpZGk=?= | last post by:
Hi I have a GridView that is displaying master records. Some of these records have child records. I would like to a column to my master GridView such that for each master record that has...
4
by: Jeff | last post by:
Hi, I have a ASP.NET 2.0 Web Application. Many of the pages use the ASP.NET GridView with paging and sorting. One of the columns of this Gridview is a template column (LinkButton). The data being...
1
by: Paul W Smith | last post by:
The text below is a GridView I am trying to use to display some data from a database. I am using one templatefield of grid because I want the contents of the record fields to appear on three...
1
by: Author | last post by:
I got into trouble with this problem. The data I am presenting in a GridView control has a column called "Website". That data comes from a stored procedure in SQL Server 2000. Most of them...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.