Hi
I need to add the path to my images directory to the DataUrlField of a bound
ImageField in a GridView, but I can't work out how to do this.
Is there a a Path property I'm missing? Or can I append to each column as it
is inserted (by over-riding some sort of Populate method)?
Thanks,
Dan
I need to add the path to my images directory to the DataUrlField of a bound
ImageField in a GridView, but I can't work out how to do this.
Is there a a Path property I'm missing? Or can I append to each column as it
is inserted (by over-riding some sort of Populate method)?
Thanks,
Dan
Comment