I am trying to give imageurl to imagebutton in gridview dynamicaly. For that I have created one datatable having one column who's datatype is imagebutton. Then Datarow is created. I have created new Imagebutton Control each time and give Imageurl to it and then this control is added to datarow. After I bound this table to gridview. But Images are not displayed. Does Any body has the solution? Please let me know