PDA

View Full Version : server side ajax vs client side ajax



dolittle
6 Apr 2007, 9:25 AM
Hi

Can someone comment about this subject?

I guess that you can`t do drag&drop with server side ajax,
but is there a difference between the implementation of paging or other features?

Thanks

xmrcivicboix
6 Apr 2007, 9:58 AM
Well, personally I would prefer to make 1 Ajax call and get ALL my data then I manipulated it on the client side. Once I've done my update, then make another one to save. I try avoiding too many Ajax call because it slows down your app tremendously. From experience working with Coca Cola, less is more.