473,499 Members | 1,862 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

How to make a customize asp:updateprogress tool

ram09
45 New Member
I am trying to make a progress bar that is just static. I mean the progress bar is just a part of my web form, I want to use a progress bar to show a percentage of a size but I dont know how to use the asp:updateprogress. I am just new with this control and I dont know how to use the control just for displaying.
Feb 5 '09 #1
3 2970
Frinavale
9,735 Recognized Expert Moderator Expert
Have you seen what MSDN has on how to use the UpdateProgress Control?

I haven't really had the pleasure of using this control yet but judging by the example given in that link it doesn't seem to hard to get it to work. While the displaying the UpdateProgress, you can add an image/animated gif as a processing indicator.
Feb 6 '09 #2
amirghaffarie1362
19 New Member
Expand|Select|Wrap|Line Numbers
  1. <asp:UpdateProgress ID="UpdateProgress1" runat="server">
  2.        <ProgressTemplate>
  3.             <table width="100%" height="100%" bgcolor="#5189BD">
  4.                 <tr>
  5.                     <td align="center" valign="middle" class="Dir">
  6.                        &nbsp;<img src="http://bytes.com/topic/asp-net/images/process.gif" height="20" align="absmiddle" /> &nbsp; <%=Sending()%>&nbsp;
  7.                     </td>
  8.                     </tr>
  9.                 </table>
  10.  
  11.      </ProgressTemplate>
  12.  
  13. </asp:UpdateProgress>
  14.  
Feb 9 '09 #3
ram09
45 New Member
tnx for the quick reply... you both gave me an idea...tnx ^^
Feb 9 '09 #4

Sign in to post your reply or Sign up for a free account.

Similar topics

28
2805
by: AK | last post by:
Hi, I recently read an advice here that one should try to use make and version control system even if you're the only one working on the program. Is that a good advice? How many of you do that? ...
31
2905
by: Brynn | last post by:
I want to thank the person that sent the nasty messages to my contact.asp test page ... you have inspired me !!! I have now added a bad_words filter both to my JSValidation script (going up on...
5
1429
by: tmldias | last post by:
Hi all, I've already "lost" too many time and no success... I want to remove the default postback when the user presses a node in the tree. I want to navigate and selecte nodes in the tree...
6
1692
by: epz | last post by:
There is any tool for write & test & execute querys via command line like the old dbase IV style or the sql analyzer tool? (from the Sql Server Database System) Thanks. Eric
2
2022
by: yashgt | last post by:
Hi, We are looking for a tool that can be used by a non-developer admin user to visually move page elements around on a designer to automatically generate master pages. Is there such a tool...
3
16504
by: Max2006 | last post by:
Hi, I have the following code to show the UpdateProgress contents at the center of page: <asp:UpdateProgress ID="UpdateProgress1" runat="server" AssociatedUpdatePanelID="UpdatePanel1"...
2
5440
by: =?Utf-8?B?Q0JLb3dpdHo=?= | last post by:
I have 3 UpdatePanels and 1 UpdateProgress control. If I set the UpdateProgress Control to one of the UpdatePanels, nothing displays on postback. If I don't set the associated control for the...
1
1906
by: Guramrit Singh | last post by:
Hello everybody, is there any control adapter made for updatepanel and updateprogress. actually updateprogress control is rendered as display:block, but I want it as display:inline. and it doesn't...
9
1997
by: alternative451 | last post by:
I, I have a litlle problem with a complex makefile and i was looking for a solution i want get a variable from terminal to makefile. make file: IFDEF VAR_NAME ~~ ~~ ~~
0
7134
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
7180
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
7225
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
1
6901
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
7392
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
5479
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
1
4920
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
4605
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
3101
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.