communication between mashup and master
I have a master that contains a grid, slider and dropdown. I have a mashup that consists of a bar graph. I can click on individual bars and have the graph drill down to another level (retrieves new data and shows another bar graph). So the level number ranges from 1 to x. Upon this action (clicking on a bar) I need the slider and dropdown to update to what the current drill down level is. On the flip side when the user selects a new value from the dropdown or the slider I need the graph to update itself to that selected level. The problem I am having is I do not know how to implement this without using session variables and getting myself stuck into an infinite loop (by using the change event on a session variable).
-Ken

