Viewing "Wilson's" Blogs

Mar
04

water mark in Crystal Report

Wilson Chan | Posted on 2008 9:02 AM | Comments on 2 comments

There is a new article from asp alliance about water mark in CR, http://aspalliance.com/1593_Six_Quick_Crystal_Reports_Design_Tips.8 .  I guess in CR, a header section can overlay another section by ... Read More >

Jul
12

Something to know about Update Panel (Programmer edition blog)

Wilson Chan | Posted on 2007 4:44 PM | Comments on 2 comments

  Update Panel is a great tool for presentation layer but not performance... An UpdatePanel used this way improves the user experience, but it does little to reduce the volume of data being passed ... Read More >

Jun
29

User Friendly...

Wilson Chan | Posted on 2007 12:08 PM | Comments on 0 comments

Nice wrapper for sending server side data to client side.  Very easy to use too.  All you have to do is tag all your client side request function on class file with <AjaxPro.AjaxMethod> ... Read More >