Tagged Questions
0
votes
2answers
2k views
SqlDataSource set SelectCommand dynamicly
I'm using a SqlDataSource and to avoid writing long queries directly in my code I thought I could make a Query class that returns the query I want as a string. I tried the code below but I just get ...