<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://msmvps.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Using Ajax.NET under SharePoint (doesn't play by default)</title><link>http://msmvps.com/blogs/anguslogan/archive/2005/07/09/56884.aspx</link><description>What&amp;rsquo;s this &amp;ndash; An original post? &amp;ndash; No way ; ) --- I&amp;rsquo;m having a play with Ajax.NET because I have some somewhat unique requirements from an application which is delivered under SharePoint. The requirement is that a process may take</description><dc:language>en</dc:language><generator>CommunityServer 2008.5 SP2 (Build: 40407.4157)</generator><item><title>Sharepoint 2007 + AJAX</title><link>http://msmvps.com/blogs/anguslogan/archive/2005/07/09/56884.aspx#902395</link><pubDate>Sun, 13 May 2007 18:26:03 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:902395</guid><dc:creator>Aleksey</dc:creator><description>&lt;p&gt;Интересная подборка ссылок по использованию AJAX в SharePoint. Ссылок очень много, сам еще пересмотрел&lt;/p&gt;
&lt;img src="http://msmvps.com/aggbug.aspx?PostID=902395" width="1" height="1"&gt;</description></item><item><title>Sharepoint 2007 + AJAX</title><link>http://msmvps.com/blogs/anguslogan/archive/2005/07/09/56884.aspx#518141</link><pubDate>Thu, 25 Jan 2007 08:49:03 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:518141</guid><dc:creator>SharePoint in Italy</dc:creator><description>&lt;p&gt;SharePoint 2007 and AJAX Using ASP.NET for AJAX in SharePoint Sites&lt;a rel="nofollow" target="_new" href="http://weblogs.asp.net/wkriebel/archive/2005/12/27/SharePointAJAXFeedbackSample.aspxhttp://weblog.vb-tech.com/nick/archive/2006/01/03/1398.aspxhttp://www.sharepointblogs.com/remcoploeg/archive/2006/01/27/4854.aspxhttp://www.andrewconnell.com/blog/archive/2005/07/10/1713.aspxhttp://msmvps.com/blogs/anguslogan/archive/2005/07/09/56884.aspxhttp://blogs.tamtam.nl/mart/AJAXSeamenMassiveMultiplayerBattleships.aspxhttp://blogs.flexnetconsult.co.uk/colinbyrne/PermaLink,guid,932884be-2276-4236-8df4-f360149b5fd1.aspxhttp://blog.thekid.me.uk/2007/01/19/using-aspnet-ajax-with-sharepoint-moss-2007-2/http://msmvps.com/blogs/anguslogan/archive/2005/07/09/56884.aspx"&gt;http://weblogs.asp.net/wkriebel/archive/2005/12/27/SharePointAJAXFeedbackSample.aspxhttp://weblog.vb-tech.com/nick/archive/2006/01/03/1398.aspxhttp://www.sharepointblogs.com/remcoploeg/archive/2006/01/27/4854.aspxhttp://www.andrewconnell.com/blog/archive/2005/07/10/1713.aspxhttp://msmvps.com/blogs/anguslogan/archive/2005/07/09/56884.aspxhttp://blogs.tamtam.nl/mart/AJAXSeamenMassiveMultiplayerBattleships.aspxhttp://blogs.flexnetconsult.co.uk/colinbyrne/PermaLink,guid,932884be-2276-4236-8df4-f360149b5fd1.aspxhttp://blog.thekid.me.uk/2007/01/19/using-aspnet-ajax-with-sharepoint-moss-2007-2/http://msmvps.com/blogs/anguslogan/archive/2005/07/09/56884.aspx&lt;/a&gt;..&lt;/p&gt;
&lt;img src="http://msmvps.com/aggbug.aspx?PostID=518141" width="1" height="1"&gt;</description></item><item><title>re: Using Ajax.NET under SharePoint (doesn't play by default)</title><link>http://msmvps.com/blogs/anguslogan/archive/2005/07/09/56884.aspx#78572</link><pubDate>Sat, 10 Dec 2005 07:41:00 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:78572</guid><dc:creator>anguslogan</dc:creator><description>Hi Angus,&lt;br&gt;       I am having a very similar problem and I am hoping you could help me.  I need some help very urgently.&lt;br&gt;&lt;br&gt;I am trying to use Ajax.net (5.7) on a sharepoint website. My webparts were not working when I put the httphandler in the web.config in the IIS root. But on doing some googling, I found that the solution to this was to add the handler to the layouts/web.config, I tried it and it worked just fine. Now, let me explain the setup I have : &lt;br&gt;&lt;br&gt;I have my Ajax enabled control in a custom control library. &lt;br&gt;I use a separate class in the same namespace as my custom control to store all the Ajax funtions. &lt;br&gt;I then use the custom control in my webpart. &lt;br&gt;&lt;br&gt;I use my webpart on a subsite, instead of the root dir of the WSS server. &lt;br&gt;&lt;br&gt;&lt;br&gt;Instead of using the RegisterTypeForAjax call, I tried to put the script tags manually as you suggested.  &amp;quot;Reports&amp;quot; is the subsite I have.  *** Please note that my control library dll and my webpart dll still reside in the bin directory of the IIS Root. ***&lt;br&gt;&lt;br&gt;When I try to generate the webpart, I see the script tags generated as : &lt;br&gt;&lt;br&gt;&amp;lt; script type=&amp;quot;text/javascript&amp;quot; src=&amp;quot;/Reports/ajax/CustomControls.CAjaxFunctions,CustomControls.ashx&amp;quot;&amp;gt;&amp;lt; / script &amp;gt; &lt;br&gt;&amp;lt; script type=&amp;quot;text/javascript&amp;quot; src=&amp;quot;/Reports/ajax/common.ashx&amp;quot;&amp;gt; &amp;lt; / script &amp;gt; &lt;br&gt;&lt;br&gt;I call my function as : &lt;br&gt;&lt;br&gt;CustomControls.CAjaxFunctions.GetListOptions(key, datatagName, GetOptionLists_CallBack); &lt;br&gt;&lt;br&gt;I get an error message &amp;quot;'CustomControls' is undefined&amp;quot;. Is this because the function is not in the webpart, but rather in the control library ? Could you tell me how you have your setup in sharepoint ? I would really appreciate any help you could give. I need some help here urgently. Thank you. &lt;br&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://msmvps.com/aggbug.aspx?PostID=78572" width="1" height="1"&gt;</description></item><item><title>re: Using Ajax.NET under SharePoint (doesn't play by default)</title><link>http://msmvps.com/blogs/anguslogan/archive/2005/07/09/56884.aspx#57000</link><pubDate>Tue, 12 Jul 2005 03:41:00 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:57000</guid><dc:creator>anguslogan</dc:creator><description>Hy, to put the ascx in Sharepoint, you use SmarPart ? I'm having this error :&lt;br&gt;&lt;br&gt;Error: unable to load ~/_layouts/telemoveis/LeadTime.ascx&lt;br&gt;Details: It is an error to use a section registered as allowDefinition='MachineToApplication' beyond application level. This error can be caused by a virtual directory not being configured as an application in IIS. (C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\60\template\layouts\web.config line 9)&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://msmvps.com/aggbug.aspx?PostID=57000" width="1" height="1"&gt;</description></item><item><title>Using Ajax.NET under SharePoint</title><link>http://msmvps.com/blogs/anguslogan/archive/2005/07/09/56884.aspx#56998</link><pubDate>Mon, 11 Jul 2005 08:52:00 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:56998</guid><dc:creator>TrackBack</dc:creator><description>&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://msmvps.com/aggbug.aspx?PostID=56998" width="1" height="1"&gt;</description></item><item><title>Workaround for using RegisterTypeForAjax in AJAX.NET under SharePoint</title><link>http://msmvps.com/blogs/anguslogan/archive/2005/07/09/56884.aspx#56971</link><pubDate>Mon, 11 Jul 2005 04:06:00 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:56971</guid><dc:creator>TrackBack</dc:creator><description>&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://msmvps.com/aggbug.aspx?PostID=56971" width="1" height="1"&gt;</description></item><item><title>Used AJAX.NET with SharePoint yet?  I haven't, but Angus has and is talking about it!</title><link>http://msmvps.com/blogs/anguslogan/archive/2005/07/09/56884.aspx#56888</link><pubDate>Sun, 10 Jul 2005 11:23:00 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:56888</guid><dc:creator>TrackBack</dc:creator><description>&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://msmvps.com/aggbug.aspx?PostID=56888" width="1" height="1"&gt;</description></item></channel></rss>