runtime error \'there is already an open datareader associated with this command which must be closed first\'
objCommand = new SqlCommand(\"SELECT field1, fi
Adding this to connection string should fix the problem.
MultipleActiveResultSets=true