| Author: krishnasamy 30 Aug 2008 | Member Level: Silver | Rating: Points: 6 |
hai , we are using Progressbar in Ajax Method. <asp:ScriptManager ID="ScriptManager1" runat="server"> </asp:ScriptManager> <asp:UpdatePanel ID="updPnlLogin" runat="server"> <ContentTemplate> </ContentTemplate> </asp:UpdatePanel>
<asp:UpdateProgress ID="updPgrsLogin" runat="server" AssociatedUpdatePanelID="updPnlLogin"> <ProgressTemplate> <img src="images/loading.gif" border="0" /></ProgressTemplate> </asp:UpdateProgress>
|
| Author: Swaminathan 31 Aug 2008 | Member Level: Gold | Rating: Points: 3 |
Check out the enclosed zip files.
Also the following link.
http://www.c-sharpcorner.com/UploadFile/munnamax/ProgressBar07062007122251PM/ProgressBar.aspx
progressbar.zip |