This question is locked. New answers and comments are not allowed.
Hi I want to use the DataFilter to setup a query. I am using an unbound mode and I can setup the query. However I want to then save the value of the query back to the database so the filter values can be used on a stored procedure, so I could use .ToString(). However I also want to load the values back up in the silverlight client so the filter can be adjusted thus I would not be able to easily load the values from the stored string. Could you advise on the best solution. If I serialise the values then I would not be able to easily use them on the server side. Thanks Paul