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/d...displaylang=en
ASP.NET AJAX Control Toolkit -
http://www.codeplex.com/Release/Proj...ControlToolkit
ASP.NET AJAX "Futures" CTP -
http://www.microsoft.com/downloads/d...displaylang=en
Also, go to
http://ajax.asp.net for more information.
--
Bryan Phillips
MCSD, MCDBA, MCSE
Blog:
http://bphillips76.spaces.live.com
"JezB" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed):
> 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 ?