G
Guest
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.
<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.