Skip to main content

All Questions

2 votes
3 answers
394 views

JavaScript works in IE, but not Firefox

In my .NET project I'm using a Button in HTML page that brings a hidden <div>. That <div> contains a form to insert a company. HTML: <div class="top-div-where-is-my-ADD-button"> ...
Mike Thunder's user avatar
1 vote
3 answers
1k views

Difference between JS style.display and .NET visible

I have seen some instances where people will say you have to use JS .style.display = 'none'; and that .NET .Visible = false will not work. What is the difference between the two and why would ...
Splashlin's user avatar
  • 7,485