How to Dynamically Change Button Icon on data-grid column based on Database Value using C#
Hi Nkwati
Please use ImageButton for your Edit Button. In DataBind event, you can iterate over every rows and columns and then perform the gender checking and set the path of the specific image from Resource folder.
No comments:
Post a Comment