or



<telerik:RadNotification ID="notifyMessage" runat="server" LoadContentOn="TimeInterval" Width="250" Animation="Fade" EnableRoundedCorners="true" EnableShadow="true" Title="Message" OnClientUpdated="OnClientUpdated" Height="90" ContentIcon="none" OffsetX="-20" OffsetY="-20" TitleIcon="none" UpdateInterval="10000" AutoCloseDelay="0" KeepOnMouseOver="true" ShowCloseButton="true" oncallbackupdate="notifyMessage_CallbackUpdate"> <ContentTemplate> <div class="center"> <p>New Message Have Been Posted.</p> <p class="paddingBottomLite">Show It?</p> <telerik:RadButton ID="btnNotifyView" runat="server" Text="View" onclick="btnNotifyView_Click" Width="75px"></telerik:RadButton> </div> </ContentTemplate> <NotificationMenu ID="TitleMenu"></NotificationMenu>
</telerik:RadNotification><telerik:AjaxSetting AjaxControlID="btnNotifyView"> <UpdatedControls> <telerik:AjaxUpdatedControl ControlID="listMessages" /> <telerik:AjaxUpdatedControl ControlID="notifyMessage" /> </UpdatedControls></telerik:AjaxSetting>