Wednesday, March 28, 2012

Multiple UpdatePanels

I'm using multiple UpdatePanel on a page, i don't want all of them to get updated when one of them need to be updated.

when i make some action of a control insidr one of them, the whole updatepanels gets updated.

how can i work arround this?

Thanx

Hi

Simply set the option EnablePartialRendering of yor ScriptMangerControl to true and your updates Panel mode to Conditional

EnablePartialRendering="true"

Mode="Conditional"

No comments:

Post a Comment