Using C#,Asp.net What is the (non-string mocking around) way of turning ObjectDataSources Select Parameters to Url query string?
I need it in order to turn keep the Query that generated the view and use it to turn it into a downloadable file, On the same note is there a framework supported way of turning DataTables, List of Objects into CSV / XML etc.? This seems a way to common scenario, having a way to do it using .net framework rather than reinventing the wheel seems more appropriate. Thank you
