For Each DataTable Add UserControl to FlowLayoutPanel
问题 I have created a UserControl which has a picture and two labels: labelName labelUsername I have also created a DataSet and DataTable which gets the data from a SQL CE database. This bit is working fine as I managed to loop through all the DataTable rows and display the information in a MessageBox. Now I want to display the UserControl in a FlowLayoutPanel for all rows in the DataTable and populate the two labels with the Name and Username values from the DataTable. This is where I am stuck as