datagrid image windows c#

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • nagasrinivas05
    New Member
    • Feb 2008
    • 8

    datagrid image windows c#

    Hi Friends,
    dataGridView1[1, LaneIdx].Value = HWDESC(Working) i am using this to disply the text in the datagridview column and now i want to display image in place of text without retreving from database ............
    can anyone help me with the code of datagrid to display image in datagrid column......... ..

    Regards........
  • Plater
    Recognized Expert Expert
    • Apr 2007
    • 7872

    #2
    There is a DataGridViewIma geCell object, add a column to your DataGridView of this type and then you can add images.
    Check MSDN for usages if you need to.

    Comment

    Working...