Kiyoshi's Blog
Kiyoshi Kusachi is a web developer living in Hawaii
Sign in
|
Join
Home
Contact
RSS
Atom
Comments RSS
Search
Tags
AJAX
ASP.NET
Community News
WCF
Sponsors
advertise here
Navigation
Home
Blogs
Archives
June 2009 (1)
February 2009 (2)
November 2008 (1)
October 2008 (3)
August 2008 (1)
July 2008 (1)
February 2008 (2)
January 2008 (1)
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:
AJAX
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:
ASP.NET
More Posts