My friend, here you have the best sample page to learn how to use Ajax,
this one is done using Ajax.dll, but you can use AjaxPro.dll instead,
in fact I tested it and it works perfect.
you can use AjaxPro.2.dll if you are using visual studio 2005, I mean,
ASP. Net 2.0.
http://ajax.schwarz-interactive.de/
and here is what you need to write in the web.config file while using
AjaxPro.dll
<httpHandlers>
<add verb="POST,GET" path="ajaxpro/*.ashx"
type="AjaxPro.AjaxHandlerFactory, AjaxPro" />
</httpHandlers>
good luck.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Ajax.NET Professional" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/ajaxpro
The latest downloads of Ajax.NET Professional can be found at
http://www.ajaxpro.info/
Don't forget to read my blog at http://weblogs.asp.net/mschwarz/
The open source project is now located at
http://www.codeplex.com/Wiki/View.aspx?ProjectName=AjaxPro
-~----------~----~----~----~------~----~------~--~---