Hi,
I am new to C sharp so any help would be appreciated
I have populated a datagridview from dataset, I managed to get the selected value (eg ID) when user click on it. Now I need to store the selected value and then populate another datagriview with results.
Pls advise where it is best to store the data (datatable, another dataset or an array).