I want an SqlDataSource that automatically generates the command queries having as parameters some high-level stuff like the table name, some filter conditions etc. It’s 2007 and I am concatenating strings for an SQL query.

Just as I get some spare time I’ll write it.