PRogress bar
-
hi, I want to create progress bar in web forms Plaese help me...
-
hi, I want to create progress bar in web forms Plaese help me...
insert your code in update panel and add following code <asp:UpdateProgress ID="UpdateProgress1" runat="server" AssociatedUpdatePanelID="upPnl" DisplayAfter="50"> <ProgressTemplate> <img id="Img1" src="~/images/ajax.progress1.gif" runat="server" alt=""/> Please Wait... </ProgressTemplate> </asp:UpdateProgress>
-
insert your code in update panel and add following code <asp:UpdateProgress ID="UpdateProgress1" runat="server" AssociatedUpdatePanelID="upPnl" DisplayAfter="50"> <ProgressTemplate> <img id="Img1" src="~/images/ajax.progress1.gif" runat="server" alt=""/> Please Wait... </ProgressTemplate> </asp:UpdateProgress>
thanka for ur reply.... but i want to show Percentage like 5o% completed
-
thanka for ur reply.... but i want to show Percentage like 5o% completed
This article [^]might be interesting for you.
Manas Bhardwaj Please remember to rate helpful or unhelpful answers, it lets us and people reading the forums know if our answers are any good.
-
This article [^]might be interesting for you.
Manas Bhardwaj Please remember to rate helpful or unhelpful answers, it lets us and people reading the forums know if our answers are any good.
can u post some other code.....
-
can u post some other code.....
rjayaabharathi@gmail.com wrote:
can u post some other code.....
What was the problem with that ?
cheers, Abhijit CodeProject MVP Web Site:abhijitjana.net View My Recent Article
-
rjayaabharathi@gmail.com wrote:
can u post some other code.....
What was the problem with that ?
cheers, Abhijit CodeProject MVP Web Site:abhijitjana.net View My Recent Article
i'm not able to get ClassLibrary1 dll
-
i'm not able to get ClassLibrary1 dll
if you google you can get lots of examples...
Padmanabhan My Articles[^]