Click here to Skip to main content
15,867,986 members
Articles / Web Development / HTML
Article

NicsBar Progress (Loading) Control Bar

Rate me:
Please Sign up or sign in to vote.
3.35/5 (25 votes)
23 Nov 20041 min read 158.6K   2.7K   62   27
NicsBar progress (loading) control bar.

Image 1

Image 2

What does the code do?

Displays a loading / progress page for any ASP.NET / C# application.

How do I integrate it with my existing code or how do I use it?

Developers can add this to a tab on the toolbox to drop into a form at anytime!!

  1. Right click, Add tab "MyControls" perhaps.
  2. Right click, Customize Toolbox..
  3. Select ".NET framework Components" tab.
  4. Browse to the location of the MyWebControl assembly and select it.
  5. Select "NicsBar" control, press OK.

Volia!!

If there is a similar article on CodeProject already, then how does this one differ?

This one has been created from several different sources, although none of them seemed to solve the problem I was having with the following:

  • This works for Netscape 4.x+, IE5.
  • It can be customized to support other browsers which have not been supported in its current state.
  • ViewState information is not lost between page loads.
  • Loads before any other data in the application.

Why would someone want to use this version?

For the same reason I wrote it, the reasons above.

Is there some aspect of the code that is of particular interest that perhaps should be covered in the article?

Only the part where it uses the event handling for the ASP.NET page. Although it's simple enough.

Are there any particular environments the code is restricted to? (Windows 2000 or above, .NET SP1 etc)

None, just works for ASP.NET / C#.

License

This article has no explicit license attached to it but may contain usage terms in the article text or the download files themselves. If in doubt please contact the author via the discussion board below.

A list of licenses authors might use can be found here


Written By
Web Developer
United States United States
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions

 
QuestionNot work in Safari Pin
emanlee10-Mar-09 4:55
emanlee10-Mar-09 4:55 
Questiongif image is getting hanged wen page load's Pin
Dennis Kashi27-Oct-08 1:39
Dennis Kashi27-Oct-08 1:39 
GeneralFonts change Pin
johnpaulcastro11-Oct-07 12:59
johnpaulcastro11-Oct-07 12:59 
GeneralCool! Pin
matheu5517-May-07 8:00
matheu5517-May-07 8:00 
GeneralSession ID Problem. Pin
Imparatorvolkan2-Apr-07 12:03
Imparatorvolkan2-Apr-07 12:03 
GeneralRe: Session ID Problem. Pin
jonelster6-Sep-07 3:47
jonelster6-Sep-07 3:47 
GeneralResponse,Redirect doesn't work :( Pin
Ablomaz21-Mar-07 13:13
Ablomaz21-Mar-07 13:13 
GeneralRe: Response,Redirect doesn't work :( Pin
sankarmca14-Aug-07 0:12
sankarmca14-Aug-07 0:12 
GeneralSuper! Pin
guZzy92FS18-Nov-06 16:14
guZzy92FS18-Nov-06 16:14 
GeneralWorks Perfect Pin
Joebloggs481726-Oct-06 0:25
Joebloggs481726-Oct-06 0:25 
GeneralVB Translation Pin
samrastin13-Sep-06 11:21
samrastin13-Sep-06 11:21 
GeneralRe: VB Translation Pin
Member 41442081-Oct-10 5:24
Member 41442081-Oct-10 5:24 
QuestionTitle Does not set for first Time Pin
sachet sharma4-Aug-06 20:12
sachet sharma4-Aug-06 20:12 
QuestionHow to control the text that is displayed Pin
ljscottiii24-Feb-06 10:22
ljscottiii24-Feb-06 10:22 
GeneralNice nice code.... Pin
MBetioli17-Feb-06 2:56
MBetioli17-Feb-06 2:56 
GeneralNot Understanding Pin
2bchivalrous3-Aug-05 7:11
2bchivalrous3-Aug-05 7:11 
GeneralWithin a userControl Pin
Frosty1_4me2-Mar-05 7:04
Frosty1_4me2-Mar-05 7:04 
GeneralDoesn't seem to work with SmartNav in IE Pin
DaveDeath23-Feb-05 5:08
DaveDeath23-Feb-05 5:08 
GeneralThis may be exactly what I was looking for... Pin
Mike Schaub17-Dec-04 10:02
sussMike Schaub17-Dec-04 10:02 
GeneralRe: This may be exactly what I was looking for... Pin
horcas30-Dec-04 6:39
horcas30-Dec-04 6:39 
QuestionRe: This may be exactly what I was looking for... Pin
mrmp311-Dec-06 9:36
mrmp311-Dec-06 9:36 
GeneralRe: Cant get tool to work Pin
Nick433324-Nov-04 3:23
Nick433324-Nov-04 3:23 
GeneralGreat control Pin
DotNetDemon23-Nov-04 0:17
DotNetDemon23-Nov-04 0:17 
GeneralRe: Great control Pin
Nick433324-Nov-04 3:20
Nick433324-Nov-04 3:20 
When i have an hour i'll see what I can come up with for you!

Any other features people would like to see leave them in this thread for me to try and update the code with.

Thanks all!
GeneralDownload updated source Pin
Nick433316-Nov-04 7:57
Nick433316-Nov-04 7:57 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.