Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
5549
Show Image in Cell depends of the current dataset
posted

hi, i have the following code (asp:gridview)
<asp:ImageField DataImageUrlFormatString="~/PhotoDisplay.ashx?photoid={0}&amp;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?