hi, i have the following code (asp:gridview) <asp:ImageField DataImageUrlFormatString="~/PhotoDisplay.ashx?photoid={0}&size=small" DataImageUrlField="PreviewImageId" SortExpression="PreviewImageId" AlternateText="Ad preview photo."> <ItemStyle CssClass="col_photo" /> <HeaderStyle CssClass="col_photo" /> </asp:ImageField>how can i resolve this with the infragistics webgrid?