Problem Adding Picture To Table Control *RESOLVED* - ISH
I have a table control.
I have the following code :
VB Code:
Dim hPic As New HyperLink()
Dim strExt As String = Right(fiTemp.Extension, 3)
hPic.ImageUrl = "../images/" & strExt & ".png"
Cell3.Controls.Add(hPic) ' Add to cell
When the page loads, I get a dialog box asking for a username and password for the secure site.
This is weird. I haven't changed the authentication to my web server, it is just set as anonymous access.
I don't have ssl enabled or any form of certificate.
If I set the to .ImageUrl = "" Then everything runs fine.
How bizarre. :eek:
Just wondered if you had any ideas?
Cheers,
Matt