AJAX technology within WebBrowser control?

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 ?
 
B

Bryan Phillips

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top