Sunday, March 11, 2012

Two UpdatePanels always updating.

Hi

You are right about using triggers for this purpose. You also need to set both (or only second panel) panel UpdateMode property to Conditional.

Seehttp://ajax.asp.net/docs/mref/P_System_Web_UI_UpdatePanel_UpdateMode.aspx for more details.

-yuriy
http://couldbedone.blogspot.com


Hi.

That's the answer.

Yeah thanks alot. So to recap, to hinder two updatepanels to be simultaniously updated abuse the UpdateMode="Conditional" and <Triggers></Triggers> controls.

No comments:

Post a Comment