Hello,
I have a radgrid that i want to display images inside one of its columns
the XML file looks like this where home.jpg and home1.jpg are stored in a folder and they represent the name of the image
Thanks a lot for your help
Mike
I have a radgrid that i want to display images inside one of its columns
the XML file looks like this where home.jpg and home1.jpg are stored in a folder and they represent the name of the image
<?xml version="1.0" encoding="utf-8" ?> <Files> <item ID="1"> <filename>home.jpg</filename> </item> <item ID="2"> <filename>home1.jpg</filename> </item> </Files>Thanks a lot for your help
Mike