Please tell me the advice on c # winforms vs2010. The button with form1 opens form2, in which the Datagridview is located. When you open a form2, the code loads three columns with data from the mdb file into this Datagridview. Next, the user selects the desired line (s) from Datagridview and pressing the button on form 2 adds them to the ListBox on form 1.
How can I do the following: the user opened form 2, chose (one line at a time) in Datagridview the necessary lines and created a group from this data, like a sample under his own name. And so that each user of the program when displaying form 2 displays their previously saved selections.
This is necessary so that the user each time does not select the desired rows from Datagridview to add them to the ListBox, but can identify and save its own set of rows.