How to Dynamically Change Button Icon on data-grid column based on Database Value using C#

  • Thread starter Thread starter Nkwati
  • Start date Start date
N

Nkwati

Guest
Hi

I have a database table for employees I want to display employee info on data grid using c# code

I want each row to have an Edit button with a different icon displayed for male employee and another for female employee

based on their gender. The icons are saved in my resources folder

How can i accomplish this using C# code?

Continue reading...
 
Back
Top