Program control with dynamic frames
-
I developed an app that worked fine. I then proceeded to make a change. The change essentially allowed certain frames to be loaded with different aspx pages depending on user actions. Well, after trial and error I got the dynamic frames working. Now however controls seems to be in limbo. the two frames in questions that are loaded dynamically are shown correctly but they don't seem to be communicating. Here is the basic structure of the app -Mainframe - defines 4 frames -All frames will be dynamic at some point (same frame different aspx pages loaded into them -What happens in one frame effects what happens in others -Using sessions variable to communicate information Tough problem to explain I'm Afraid, but if you have any insight I would appreciate heraing from you. Brian55