Ajax 1.0 Update Panels

Ajax 1.0 Update Panels

am 28.12.2007 10:26:18 von Steven Platt

HI

Im developing a solution in vs2005 with ajex extensions. Essentially I have
three custom controls which render tables a representation as shown below.

The problem is that when any of those buttons get clicked all three tables
are updated. ( Buttons 1 2 and 3 are outside the panels ). How can I get
ONLY the
relevent panel to update ??

Thanks


// PANEL/TABLE 1
UPDATE PANEL

MY TABLE



UPDATE PANEL


// PANEL/TABLE 2
UPDATE PANEL

MY TABLE



UPDATE PANEL


// PANEL/TABLE 3
UPDATE PANEL

MY TABLE



UPDATE PANEL

RE: Ajax 1.0 Update Panels

am 29.12.2007 08:05:00 von Andrew

try setting UpdateMode="Conditional" on all three update panels

Regards
Andrew