Thursday, February 14, 2008

Sharepoint Custom Web Part with Ajax AutoComplete

After days of frustration and following simple how-to videos which didn't quite work we were finally able to achieve creating a Custom Sharepoint 2007 WebPart that implements Asp.Net 2.0 Ajax AutoComplete Control Extender functionality. The steps and and advice we used to get this WebPart up and running are listed below. I would like to give extra credit to "Peter ebSms" on TechNet who's helpful tip of adding to the _app_bin folder of your SharePoint sites virtual directory seems to have made all of the difference.

Download Asp.Net Ajax Extensions and the Ajax Toolkit from Asp.Net site
Update your Site's web config file.

Mike Ammerlaan's detailed updates to the Web.Config are right on and can be found at:
Implement Ajax in Sharepoint 2007

Deploy your Custom WebPart to Sharepoint
Pay close attention to this thread from Technet...especially Peter ebSms post. Props to Peter!!
TechNet Forum

**Tip**

Make sure to watch the version numbers on the web.config references to your Ajax dll's

No comments: