This question is locked. New answers and comments are not allowed.
I'm trying to developer a Dynamic web site, where the user can enter there own SQL Statements and then display the results in a MVC Grid. I have been trying to use the SqlCommand object, but I do not know how to load this information into the MVC Grid? I have been trying to put a IDataReader into the Grid but how?