Are you talking about WPF or WPF/E If so you might want to check out this blog: http://weblogs.asp.net/mschwarz/default.aspx
I don't see the suitability of using AJAX with WPF as it does not use the Javascript engine, which is what Ajax is all about. However you could easily make Web Service or WCF calls from your application, which are supported very well.
How to integrate AJAX with WPF?
Rahiman
I don't see the suitability of using AJAX with WPF as it does not use the Javascript engine, which is what Ajax is all about. However you could easily make Web Service or WCF calls from your application, which are supported very well.
Can you explain what you are trying to do