GridView - images using ImageField are blocked as cookies

T

The Colonel

I'm using an ImageField in a GridView with the DataImageUrlField set to
a URL on the 'Net. The images are not displaying (the URL is correct -
I can copy and paste in the browser, they come right up), then I
noticed the IE6 "Privacy Report" icon shows up (the eye with a NO sign
in the status bar).

When I click it, it tells me my images were blocked, but refers to them
as cookies. Any way around this?

<code>
Private Sub Page_Load(ByVal sender As System.Object, ByVal e As
System.EventArgs) Handles MyBase.Load
....

Dim pf As ImageField = Nothing

....
pf = New ImageField
pf.DataImageUrlField = strDataFields(i)
pf.HeaderText = strHeaderTexts(i)
pf.SortExpression = strDataFields(i)
gvMaster.Columns.Add(pf)

</code>
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Members online

Forum statistics

Threads
473,755
Messages
2,569,537
Members
45,020
Latest member
GenesisGai

Latest Threads

Top