Hello,
I have a datagrid with a list of customers. I want to be able to click on the row then be able to display the customer number which is in the first column of that row.
I have code for finding the row number:
But how do find out the customer number which is in the first column of that row.Code:rowNumber = grdDisplayCustomers.CurrentRowIndex;
Many thanks in advance,
Steve
