Posted on 14/08/2016 12:57:48
I have a new question related to DataLists.
I need to publish a list that is supposed to be rendered based on 2 parameters. One of them is a Session Variable and the other is a QueryString Variable.
My problem is the definition of the DataList. If I include both parameters with the "AND" condition and one of them is empty (the QueryString Variable) the result will be empty.
I was wondering if I can get something similar with how the New Index does it. If the parameter is not empty, it applies it otherwise the parameter is ignored.
I would have used the new index instead, but I need the sorting functionality very bad.
Thanks,
Adrian