Hello guys!

I have a DataGridView which, depending on the user's choice, how the calls change.

Example: I have a table that has Code, Name, Address and Birth.

- If the user chooses "Address", my DGV will show the Code, Name and Address columns (... and print these 3 columns only with all the records)

- If the user chooses "Birth", my DGV will show the Code, Name and Birth columns (... and print these 3 columns only with all the records)

Could you help me with that?

Thank you very much and I await your help.