Is it possible to use two separate RadAjaxPanel controls side-by-side on the same page?I am using two separate RadAjaxPanels in the same page. One panel contains a TextBox and a Button. The other contains a RadGrid control. When I click on the button in panel #1 the 2nd panel disappears. I put visible=True in the button-click event.