J
John Kotuby
Hi all,
Just wondering why this would happen. I had created a standalone ASPX page
in which 5 controls are wrapped in an UpdatePanel. The idea is Control1
selection populates Control2 then Control2 populates Control3, all depending
upon which selection the user makes in each contol. For example the Ctrl1 is
a DataList. A selection there populates a 3rd party Grid Control. Selection
of a Grid row populates a MultiView control.
It was all working fine without an obvious Page refresh until I recreated
that page inside of the content area of a Master Page. Now the page
obviously refreshes in its entirety instead of just staying on-screen and
having children of the Update Panel get "updated" with the appropriate
content.
Is there something different I must do to make the updating work correctly
in the context of a Master Page?
Thanks for any help...
Just wondering why this would happen. I had created a standalone ASPX page
in which 5 controls are wrapped in an UpdatePanel. The idea is Control1
selection populates Control2 then Control2 populates Control3, all depending
upon which selection the user makes in each contol. For example the Ctrl1 is
a DataList. A selection there populates a 3rd party Grid Control. Selection
of a Grid row populates a MultiView control.
It was all working fine without an obvious Page refresh until I recreated
that page inside of the content area of a Master Page. Now the page
obviously refreshes in its entirety instead of just staying on-screen and
having children of the Update Panel get "updated" with the appropriate
content.
Is there something different I must do to make the updating work correctly
in the context of a Master Page?
Thanks for any help...