S
Shapper
Hello,
I have a dataset which returns only one row.
I need to make an ASP:Image ImageURL equal to the dataset's imageURL
field.
I tried these two options:
iphoto.ImageURL = dsProduct("image01_url").ToString()
iphoto.ImageURL = dsProduct.Item("image01_url").ToString()
Both return an error. I know the second one works with a DataReader.
Can you tell me what am I doing wrong?
Thanks,
Miguel
I have a dataset which returns only one row.
I need to make an ASP:Image ImageURL equal to the dataset's imageURL
field.
I tried these two options:
iphoto.ImageURL = dsProduct("image01_url").ToString()
iphoto.ImageURL = dsProduct.Item("image01_url").ToString()
Both return an error. I know the second one works with a DataReader.
Can you tell me what am I doing wrong?
Thanks,
Miguel