You need to put the strings into an object that implements IEnumerable (such as a List<string>), then you can just DataBind the list to the DataGridView.