Hi, I am doing my final year project in visual studio 2005, and I am using a datagridview to populate all record from a given table. Well I wanted to know if there is a some kind of way that when the user clicks on a specific record from the datagridview(a row for instance), the resulting detail of that latter is further listed down.
Is there any way to get the index of the select row or is there any event for such manupilations?
Thanks in advance for your help