WPF Browser Application With Ajax
-
Is it possible to use Ajax in WPF Browser Application ?
Best Regards ----------------- Abhijit Jana Microsoft Certified Professional "Success is Journey it's not a destination"
-
Is it possible to use Ajax in WPF Browser Application ?
Best Regards ----------------- Abhijit Jana Microsoft Certified Professional "Success is Journey it's not a destination"
Yes it is.... All depends on how do you want to make your communications to the server, but you will be enabled to do it ONLY with the server that send you the xbap... that means that if you are trying to run your app from VS2008 and it is configured to open your browser to the file repository you will be not able to test any AJAX, you need to publish it to an IIS and then your AJAX response should be on that same server instance. or at least on that host -no reference to a por number restrictions on the documentation-. Greetings Carlos de Luna