954,580 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

Coding Ineternet Explorer StatusBar in .NET

Does anyone have knowledge of how to manipulate the IE statusbar using code-behind-forms in .NET 1.1? I can do it via JavaScript on the client side, but I'd rather do it behind the form, or, even better, in an assembly.

pwfisher
Newbie Poster
1 post since Jun 2004
Reputation Points: 10
Solved Threads: 0
 

Well, you have to remember that the ASP.NET pages are processed on the server side. Manipulating the client side is not possible with a server side language. However, you can embed client scripts (such as JavaScript) in your ASP.NET Pages.

Tekmaven
Software Architect
Moderator
1,274 posts since Feb 2002
Reputation Points: 322
Solved Threads: 28
 

This article has been dead for over three months

Post: Markdown Syntax: Formatting Help
You