Javascript working in IE but not in Firefox

I was stuck on this issue for a few days and finally figured out what was causing the problem. My javascript was working fine in IE but in Firefox nothing happens.
In .net when declaring the tag <script type=”text/javascript>, usually when you start typing “type”, a list of options appear, one thing to be really careful [...]

Ajax.Net Update panel, different ways of triggering udates

Update panel is probably one of the first thing that you will use once you get your Ajax toolkit with the .net Framework. Other than the basic button in the panel, I’ve just recently found a few other ways of triggering an refresh in the panel,which wasn’t obvious to me before.
Other than placing an button [...]