How to integrate AJAX with WPF?

Is it possible to do interoperability between AJAX and WPF

If its possible ,plz tell me the way



Answer this question

How to integrate AJAX with WPF?

  • Rahiman

    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.

    Can you explain what you are trying to do

  • How to integrate AJAX with WPF?