AJAX technology within WebBrowser control?

  • Thread starter Thread starter JezB
  • Start date Start date
J

JezB

Does anyone know if AJAX technology can be employed within a WebBrowser
control running in a rich client application ?

If so, what's the best way to attach AJAX libraries and tap into their
functions? And does this add any issues to deployment of the application ?
 
If you are accessing a web site using the WebBrowser control, the answer
is yes. Otherwise, AJAX won't give you anything.

Assuming you will connect to an ASP.Net web site, you can download the
bits at these URLs:

ASP.NET AJAX CORE RC1 -
http://www.microsoft.com/downloads/...76-582B-440F-95CB-C40ED23FDF59&displaylang=en
ASP.NET AJAX Control Toolkit -
http://www.codeplex.com/Release/ProjectReleases.aspx?ProjectName=AtlasControlToolkit
ASP.NET AJAX "Futures" CTP -
http://www.microsoft.com/downloads/...2B-A25A-498D-AA14-90B68CF2E392&displaylang=en

Also, go to http://ajax.asp.net for more information.
 
Back
Top