Invalid attempt to call Read when reader is closed
问题 I'm kind of struggling trying to get this datagrid to bind. Everytime I run my code, I get an error message stating, "Invalid attempt to call Read when reader is closed". I don't see where I am closing my reader. Can you please help me? My code for loading the datagrid is below: protected void LoadGrid() { using (SqlConnection conn = new SqlConnection()) { conn.ConnectionString = ConfigurationManager.ConnectionStrings["VTC"].ConnectionString; conn.Open(); string sql = "select * from roi