Browse by Tags

Software Needed to create Ajax Applications
Saturday, November 17, 2007 2:56 AM
well there's a lot of approaches to create ajax applications but i like .net and c#, I use asp.net controls to render the initial page and then do all the manipulation using manually coded javascript. and for the server calls i use normal asmx's and a script manager to generate a javascript that i can use to send and receive data so this way the tools... Read More...
by amir.magdy | with no comments
Filed under: , ,
Ajax.net cancel a request
Monday, November 12, 2007 12:06 PM
well this is one of my old blog posts i'll be resposting them by time ammong new ones here we go this is very important if i have a request that i have issued using asp.net ajax client library this is how to cancel it 1: serviceHandler = new ServiceName().methodName(param1, param2, completeHendler ,errorHandler ); 2: // just keep the serviceHandler variable... Read More...
by amir.magdy | 1 comment(s)
Filed under: , , ,

This Blog

Syndication