// Add sample data to the DataTable dataTable.Rows.Add("John Doe", 30); dataTable.Rows.Add("Jane Doe", 25);