how to get value in textbox by double clicking the datagridview in c# windows application
how i get the value in textbox when i double click the datagridcell.
1.empcode(int)
2.empname(varchar)
3.empage(datetime)"datetimepicker"
using c# windows application.