J Joey Jun 14, 2004 #1 Hi guys, How can I put an image in a datagrid cell and databind it to navigate to a url. Thanks
J Jos Jun 14, 2004 #2 Joey said: Hi guys, How can I put an image in a datagrid cell and databind it to navigate to a url. Thanks Click to expand... 1) use a TemplateColumn 2) add the image to the template in the form of a HyperLink control use the ImageURL and NavigateURL properties with a databinding <%# %> syntax.
Joey said: Hi guys, How can I put an image in a datagrid cell and databind it to navigate to a url. Thanks Click to expand... 1) use a TemplateColumn 2) add the image to the template in the form of a HyperLink control use the ImageURL and NavigateURL properties with a databinding <%# %> syntax.