I have the DGV bound to data and all the other controls properly. What I am trying to do now is update a PictureBox based on the contents of the data row. The picture is not a part of the bound data, its always available on the web. I have a function that will build the url string to a webserver with the images I need.
The problem is that I can figure out the proper event. Mouse Click works perfectly but doesnt allow for keyboard selection (ie bound fields update but pictureBox does not). RowEnter/RowLeave both leave me with the picture from the row that was previously selected, never the current row.
Any insight would be appreciated.