hello,
I fill a datatable from using the fill method from a SqlDataAdapter. I then bind it to a DataGridView using the DataSource property
dataGridView1.DataSource = mydataTable;
I would like the DateTime columms to also show the seconds. what do I need to change to default to shoing the seconds.
Thanks