Hi,
I'm having a few problems learning the ADC Data Controls.
I'm starting with the GridView and am having troubling understand what steps I need to take to build something from scratch.
Please note that I am using an XML file as the datasource, which is loaded into a dataTable for use with the GridView.
I've looked at the Sample site but I can't quite see how it's hanging together.
I know that I can display an image in a field using this markup for example:
<AjaxData:GridViewImageColumn DataImageUrlField="image1thumb" ItemStyle-Height="60" ItemStyle-Width="60" HeaderText="Picture" ColumnID="1" />
...But how do I implement an image on a template field:
<AjaxData:GridViewTemplateColumn>
<ItemTemplate>
?? What goes here to display an IMAGE ??
</ItemTemplate>
</AjaxData:GridViewTemplateColumn>
Likewise, how do I display field data the ItemTemplate, such as a string field?
Thanks in advance.