Ajax 1.0 Update Panels
am 28.12.2007 10:26:18 von Steven PlattHI
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