Skip to content

Instantly share code, notes, and snippets.

@r3ne-pew
Created November 4, 2016 08:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save r3ne-pew/5b4bd896d74ddfacc2187b3a4f9efb46 to your computer and use it in GitHub Desktop.
Save r3ne-pew/5b4bd896d74ddfacc2187b3a4f9efb46 to your computer and use it in GitHub Desktop.
Add Image to DataGridView c#
Image img = (Image) e.Row.FindControl("Image1");
img.ImageUrl = setImageURLHere;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment