Thursday 18 April 2013

display gif image in when Button click in update panel


<asp:UpdatePanel ID="upDateSelection" runat="server">
                                <ContentTemplate>
                                    <asp:UpdateProgress ID="updateProgress" runat="server">
                                        <ProgressTemplate>
                                            <div style="position: fixed; text-align: center; height: 800px; width: 80%; margin-top: 45px;
                                                margin-right: 50px; left: 20px; z-index: 9999999; background-color: white; opacity: 0.6;">
                                                <asp:Image ID="imgUpdateProgress" runat="server" ImageUrl="~/images/progress.gif"
                                                    AlternateText="Loading ..." ToolTip="Loading ..." Style="padding: 10px; position: fixed;
                                                    top: 45%; left: 50%;" />
                                            </div>
                                        </ProgressTemplate>
                                    </asp:UpdateProgress>
                                    <telerik:RadButton ID="rbDateSelection" runat="server" Text="Submit" Width="100"
                                        CssClass="rdbutton" OnClick="rbDateSelection_Click" OnClientClicked="InvalidDates">
                                    </telerik:RadButton>
                                </ContentTemplate>
                            </asp:UpdatePanel>

No comments:

Post a Comment