I created a simple page with a button inside a RadAjaxPanel and several labels inside their own RadAjaxPanels. I set the update mode on each RadAjaxPanel to Always using the AjaxSettingCreating event. The button click event sets the text property of each label to the current DateTime. In theory, when I click the button, every label should update to the current DateTime. However, none of the labels update.
I also put two ASP.NET UpdatePanels on the page with labels in them and their update modes set to Always. They do update correctly, but not the RadAjaxPanels.
What am I missing?
I also put two ASP.NET UpdatePanels on the page with labels in them and their update modes set to Always. They do update correctly, but not the RadAjaxPanels.
What am I missing?