T
tiago.private
Thanks Larry,
Using Session to store the filter data, is out of my options (by
design), normally using session leads to bad habits .
I think i have only 2 options:
1) At the client level (Javascript), some logic like:
store current selections in a global variable
before the submit check if the postback was caused by the filter
button
if not replace/assign the selections/filter objects values with the
values stored in the global variable
2) At server side
I'm looking for ideas in both sides
Regards,
TP
Using Session to store the filter data, is out of my options (by
design), normally using session leads to bad habits .
I think i have only 2 options:
1) At the client level (Javascript), some logic like:
store current selections in a global variable
before the submit check if the postback was caused by the filter
button
if not replace/assign the selections/filter objects values with the
values stored in the global variable
2) At server side
I'm looking for ideas in both sides
Regards,
TP