I am trying to apply an update progress template in my detailview and everything is working fine but the update progress shows up quickly and disappears right away. Is there a way to display the message in slow motion so the users can read it. I am trying to slow it down little bit and give the user a chance to read it. I was changing the Display After property from 50 to 10 but still the message disappears fast. thanks \[code\] <asp:UpdatePanel ID="UpdatePanel2" runat="server"> <ContentTemplate> <asp:UpdateProgress ID="UpdateProgress1" runat="server" DynamicLayout="true" DisplayAfter="10" > <ProgressTemplate> Your changes has been saved successfully