Hi to All,
How to use mouse click event for datagridview in c# in vs2005?
I m using datagridview in c# application.I had bound data in datagridview.I want to display data in textbox when i click on appropriate row of the datagridview.Gr id has only one event "cellcontentcli ck" is displayed.But i want to use "cellclick" or "selectionchang ed" event of datagridview.
So plz help me...How to do this....?
Thax in advance.......
How to use mouse click event for datagridview in c# in vs2005?
I m using datagridview in c# application.I had bound data in datagridview.I want to display data in textbox when i click on appropriate row of the datagridview.Gr id has only one event "cellcontentcli ck" is displayed.But i want to use "cellclick" or "selectionchang ed" event of datagridview.
So plz help me...How to do this....?
Thax in advance.......
Comment