ASP.NET GridView And Conditional Images
Depending upon a value in the data source, we can conditionally display images in GridView columns. For example, the following TemplateField declaration conditionally displays approved.gif or unapproved.gif based on IsApproved flag in the DataSet that the GridView is bound to:
<asp :Image ID="ApprovalImage" runat="server" ImageUrl="" />

Thanks!
Thanks a lot Dude
Helped me a lot
great ! really helped me dude