Status bar

Komalj

Member
Joined
Aug 24, 2004
Messages
14
Programming Experience
1-3
How can i add a status bar to my .aspx page?
looks like u can use status bar only with windows applications in the .NET framework.
 
The standard StatusBar in .NET is a control for Windows Forms only. You may have to look at third party controls if you really need a statusbar.

If I may ask, what is it that you are attempting to accomplish?
 
well i am working ona project and the interface is not in english....so we need a status bar...that has some static labels and next to them showing the status.

So how do i go about it? should i create my own control?
 
My instinct would say to create a user control that provides the functionality you need and display it at the bottom of the screen....

Sorry I could not be a better help.

PS. There are some Third Party controls that may do what you want....just do a search on Google to see them.
 
No I can't, cause i need other language fields to be displayed on it...
anyways i guess i will create my own control....
 
Back
Top