Is there Web application to build universal queries to db by selecting different columns in db tables, and then automate building queries to fill gridview with returned data? (like Design Query in Editor... in Sql Server Management Studio tool.)
if not, what about your advice? which technologies to use? Is it possible to do with EntityFramework Data Model, or it more easy to implement with ado.net ?