Hi,
I have a page, which loads two separate user controls, UC1 and UC2.
UC1 dynamically adds a few buttons in a RadAjaxPanel, which trigger different events. I have set it up so that a Save button in UC1 rebinds the data contained there.
I now want to reload or rebind the data in UC2 (which is contained in another RadAjaxPanel) when I click the Save button in UC1. How can this be achieved?
I have a page, which loads two separate user controls, UC1 and UC2.
UC1 dynamically adds a few buttons in a RadAjaxPanel, which trigger different events. I have set it up so that a Save button in UC1 rebinds the data contained there.
I now want to reload or rebind the data in UC2 (which is contained in another RadAjaxPanel) when I click the Save button in UC1. How can this be achieved?