Click here to Skip to main content
15,885,878 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 159K   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

 
GeneralSuper! Pin
guZzy92FS18-Nov-06 16:14
guZzy92FS18-Nov-06 16:14 

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.