テレリック コントロールを使用していますが、更新パネルにページ コンテンツを保持しようとすると、radNotification にテキストが表示されません。更新パネルにコンテンツを保持しない場合、radnotification が機能しています
<asp:Content ID="Content3" ContentPlaceHolderID="BasicInformation" runat="server">
<telerik:RadNotification ID="notification" runat="server" Position="Center"
TitleIcon="~/Images/warn.gif" ContentIcon="~/Images/warn.gif"
AutoCloseDelay="0" Width="350" EnableRoundedCorners="true">
</telerik:RadNotification>
<fieldset>
<legend>CFC Order To Supplier</legend>
<telerik:RadAjaxPanel ID="RadAjaxpanel1" runat="server">
<table><tr>
<td></td>
<td><telerik:RadButton ID="btn_submit" Text="Submit" runat="server" onclick="btn_submit_Click"></telerik:RadButton></td>
</tr></table>
</telerik:RadAjaxPanel>
</fieldset>
</asp:Content>