Hi guys, the problem i have is i have a chat type control, that displays a list of users comments, when a user enters a comment into this control they have the ability to edit this comment, which pops up inside a RadWindow.... when the rad window closes (they've submitted their changes) we have an OnAjaxRequest on our AJAX manager... that catches the submit from the RadWindow... we go into a method on the server side public void RefreshPage(object sender, AjaxRequestEventArgs e) which at the moment all this method does is try to update a label within the RadAJAXPanel when the Window requests the refreshpage.. however this does nothing... the only way we are able to achieve a refresh is to do a response.redirect.. which isnt ideal as its a noticable refresh of the whole page... any suggestions on refreshing just the controls within the RadAJAXPanel would be fantastic!
Cheers
Cheers