Click here to Skip to main content
16,019,764 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
i want to display image when clicking datagridview row.eny row mouse clik this image can be display. so i am new for this platform .so plz give me good suggestion.
Posted
Comments
BulletVictim 29-Nov-13 5:02am    
DataGridView.SelectionMode = DataGridViewSelectionMode.FullColumnSelect;
Then display the image in the DataGridView_CellClick() Event.
If you could tell us more about how you want to display the image and what type of project(i.e winforms,asp.net,etc) we will be able to help you beter
Karthik_Mahalingam 29-Nov-13 5:08am    
Please make your question very clear...

by adding more info to your question...

so that we can give u a clear solution that u expect....

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900