Live Chat Icon For mobile
Live Chat Icon

How to disable status bar messages for Hyperlink Controls

Platform: ASP.NET| Category: Controls

VB.NET


HyperLink1.Attributes.Add('onMouseOver', 'window.status=’ ’; return true;') 

C#


HyperLink1.Attributes.Add('onMouseOver', 'window.status=’ ’; return true;') ;

Share with

Related FAQs

Couldn't find the FAQs you're looking for?

Please submit your question and answer.