This question is locked. New answers and comments are not allowed.
I have many panelBars with single Item in my page. Content of the Item is loaded with 'LoadContentFrom' method.
I'm implementing functionality that the Users can edit data within the Item from popup and when they close popup
I have to refresh only 1 PanelBar. Because I did not find Client Side function that can do that I just use jquery and
' $('#PanelId').load(....)'. The problem is that the text of the PanelBar's Item disappeared when load method is completed.
Any suggestions that I can avoid this ?
Best Regards.
I'm implementing functionality that the Users can edit data within the Item from popup and when they close popup
I have to refresh only 1 PanelBar. Because I did not find Client Side function that can do that I just use jquery and
' $('#PanelId').load(....)'. The problem is that the text of the PanelBar's Item disappeared when load method is completed.
Any suggestions that I can avoid this ?
Best Regards.
