I have this requierements that if a click a particular cell on datagrid view..it will copy the cell string and display on a textbox on the other form.
This is my PseodoCode:
Example:
1.Display Datagrid View
Name | Family |
Boar | Mamals |
Snake | Reptile |
2.If Snake Clicked on Datagrid View.
3.Then Copy Snake string
4.Show Form2 then Display Snake on Textbox
Is this Possible Thanks in Regards!
Here it goes
Form1 is your main form with grid called dataGridView1
Form2 is secondary form to display item