I have two buttons that are listed as TriggerControlIDS for a WebAsyncRefreshPanel. The problem that I'm encountering is that the first button works correctly by doing an asynchronous postback but the other button will not. Both buttons are used to manipulate a UltraWebGrid within the WebAsyncRefreshPanel. Does anyone have any suggestions?
Thanks,
Mike
What is your exactly layout? What control is inside of what WARP and what is directly on the form? The first thing that comes to mind is if you have both of these buttons ouside the WARP. Setting the TripperControlIDs to a control inside a WARP can cause issues.
The layout is as follows:
I have webimagebutton1 and webimagebutton2 outside of the warp panel directly on the form.
Next I have a warp. Inside the warp I have an UltraWebGrid.
I have both buttons assigned through the TriggerControlIDS property on the warp panel. It will work with the first assigned webimagebutton1 however it doesn't work with webimagebutton2.