Here is my problem. I have a page that layout like follows:
<combobox>
</combobox>
<RadAjaxPanel>
<usercontrol>
<updatePanel>
<asp:Literal>
</asp:Literal>
</updatepanel>
</usercontrol>
</RadAjaxPanel>
the literal control will show some text when selection in combobox changed. But everytime when I change a selection in combobox, the user control just dissapeared. Can someone help me out here? Thanks a lot