I am having problems with this grid view. I am populating it with a query. However, it will not populate or even appear if I use a while(reader.Read()) structure. Without the
replace the following line
grdEvents.DataSource = myReader;
with
grdEvents.DataSource = myList;