c# - Problem with ImageField in GridView -


i've got gridview loads data datatable. 1 of columns in datatable called 'icon', , stores small icons .png files. must noted fields generated @ run-time.

what i've done able load images in gridview, i've created imagefield through format wizard on gridview, , i've selected 'icon' field datatable dataimageurlfield. images load in manually generated new column, 'icon' column of datatable still displayed in gridview. whenever try hiding column, imagefield column hidden too.

what can display imagefield column?

thanks

set autogeneratecolumns="false" gridview.


Comments

Popular posts from this blog

linux - Using a Cron Job to check if my mod_wsgi / apache server is running and restart -

actionscript 3 - TweenLite does not work with object -

php - How can I edit my code to echo the data of child's element where my search term was found in, in XMLReader? -