Workflow Soluiton

 View Only

DynamicUpdatePanel Not Self-Contained

  • 1.  DynamicUpdatePanel Not Self-Contained

    Posted Sep 15, 2011 09:22 PM

    Hello,

    I'm having an issue on a form where I have multiple DynamicUpdatePanel Components.  In one panel, I have two drop down components, one filtering a key value pair based on the selection of the other and only one of the drop down components initiates the postback (the top one).

    In another distinct DynamicUpdatePanel  I have two more dropdowns doing the same thing with a key value pair.  However, I've noticed in the debugger that that the postback from a control in one panel is kicking off the dynamic model in the other panel.

    This doesn't seem like normal behavior... and it's slowing down the form since the postbacks actually seem to start a ping-pong of postbacks between the panels.  Further, it's taking quite a while to populate the dependant drop down when this should be pretty quick for a key value pair collection with only 7 entries.

    Am I doing something wrong or is this a bug with the DynamicUpdatePanel?

    Thanks!