February 2008 - Posts

4
Comments

Cool Javascript Tools for the Web by Kiyoshi

The AJAX control toolkit is great, but it's always better to have more tools and controls. I found a few great sites that have really nice demos and open source javascript code to make your site look cool. http://orangoo.com/labs/GreyBox/ http://cow.neondragon...
Filed under:
4
Comments

Call Javascript Function on Postback by Kiyoshi

I ran into this problem when I had to call a javascript on page load after my server-side code threw an exception to the user. If you want to call a javascript function on page postback, you'll need to add an EventListner to the current document. <script...
Filed under:
More Posts