<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="http://www.codeplex.com/rss.xsl"?><rss version="2.0"><channel><title>GSAjaxControls</title><link>http://www.codeplex.com/AjaxControls/Project/ProjectRss.aspx</link><description>General &amp;#38; Specialized AJAX Controls built on top of the AJAX Control Toolkit and ASP.Net AJAX 1.0</description><item><title>NEW POST: DelayedImageLoader across postbacks</title><link>http://www.codeplex.com/AjaxControls/Thread/View.aspx?ThreadId=23080</link><description>&lt;div class="wikidoc"&gt;
This discussion has been copied to a work item. Click here to &lt;a href="http://www.codeplex.com/AjaxControls/WorkItem/View.aspx?WorkItemId=5864"&gt;go to the work item and continue the discussion&lt;/a&gt;.&lt;br /&gt;
&lt;/div&gt;</description><author>slider13</author><pubDate>Tue, 01 Apr 2008 14:48:24 GMT</pubDate><guid isPermaLink="false">NEW POST: DelayedImageLoader across postbacks 20080401024824P</guid></item><item><title>CREATED FEATURE: Maintain retreived URL for DelayedImageLoader across postbacks</title><link>http://www.codeplex.com/AjaxControls/WorkItem/View.aspx?WorkItemId=5864</link><description>Hello,&lt;br /&gt; &lt;br /&gt;I enjoy your DelayedImageLoader extender&amp;#59; I wonder if you have thought about the possibility of storing the returned image url somewhere &amp;#40;perhaps ExtenderControlBase&amp;#39;s ClientState&amp;#41; after the web service completes it roundtrip, to avoid changing the replaced image back to the original image after a postback. Even if it is brief, using this extender has the unintended side effect of a flicker effect if used in an UpdatePanel.&lt;br /&gt;</description><author>slider13</author><pubDate>Tue, 01 Apr 2008 14:48:23 GMT</pubDate><guid isPermaLink="false">CREATED FEATURE: Maintain retreived URL for DelayedImageLoader across postbacks 20080401024823P</guid></item><item><title>NEW POST: DelayedImageLoader across postbacks</title><link>http://www.codeplex.com/AjaxControls/Thread/View.aspx?ThreadId=23080</link><description>&lt;div class="wikidoc"&gt;
That's a good suggestion. I'll add it as a work item.&lt;br /&gt;
&lt;/div&gt;</description><author>slider13</author><pubDate>Tue, 01 Apr 2008 14:47:19 GMT</pubDate><guid isPermaLink="false">NEW POST: DelayedImageLoader across postbacks 20080401024719P</guid></item><item><title>NEW POST: DelayedImageLoader across postbacks</title><link>http://www.codeplex.com/AjaxControls/Thread/View.aspx?ThreadId=23080</link><description>&lt;div class="wikidoc"&gt;
Hello,&lt;br /&gt; &lt;br /&gt;I enjoy your DelayedImageLoader extender; I wonder if you have thought about the possibility of storing the returned image url somewhere (perhaps ExtenderControlBase's ClientState) after the web service completes it roundtrip, to avoid changing the replaced image back to the original image after a postback. Even if it is brief, using this extender has the unintended side effect of a flicker effect if used in an UpdatePanel.&lt;br /&gt;
&lt;/div&gt;</description><author>Crenna</author><pubDate>Fri, 29 Feb 2008 02:15:15 GMT</pubDate><guid isPermaLink="false">NEW POST: DelayedImageLoader across postbacks 20080229021515A</guid></item><item><title>UPDATED WIKI: Home</title><link>http://www.codeplex.com/AjaxControls/Wiki/View.aspx?title=Home&amp;version=17</link><description>&lt;div class="wikidoc"&gt;
Welcome to the Ajax Controls project: General &amp;#38; Specialized AJAX Controls built on top of the AJAX Control Toolkit and ASP.Net AJAX 1.0
&lt;br /&gt; &lt;br /&gt;The project is made up of Control Extenders and stand-alone ScriptControls:&lt;br /&gt; &lt;br /&gt;&lt;ul&gt;
&lt;li&gt;&lt;b&gt;CheckBoxToggle:&lt;/b&gt; Check all or None of the extended Checkboxes on a page (or toggle them)&lt;/li&gt;&lt;li&gt;&lt;b&gt;DelayedImageLoader:&lt;/b&gt; Throw any image you like into the page, then query a web service to get the URL for the image you'd like to replace it with (comes in handy when waiting for maps to generate)&lt;/li&gt;&lt;li&gt;&lt;b&gt;KeepFocus:&lt;/b&gt; Keep a control in focus across post-backs (asyncronous or otherwise). This comes in handy for me when I've got a dropdown that posts back and I want to continue scrolling through it with arrow keys.&lt;/li&gt;&lt;li&gt;&lt;b&gt;OneClickButton:&lt;/b&gt; Eliminate multiple clicks of a button on web forms. Works with validators, too.&lt;/li&gt;&lt;li&gt;&lt;b&gt;ScriptInjector:&lt;/b&gt; This ScriptControl will insert a piece of javascript into a page and run it. This is handy when you're using an update panel and would like a piece of code to be run in the page after doing something on the server.&lt;/li&gt;&lt;li&gt;&lt;b&gt;Shim:&lt;/b&gt; This is an all-purpose IFrame shim. It will sit right below anything you want (using the setable z-Index), which will keep draggable items from being covered by dropdown lists.&lt;/li&gt;&lt;li&gt;&lt;b&gt;TextLengthLimit:&lt;/b&gt; Makes MaxLength work on a TextBox in MultiLine mode. You can also display the number of characters remaining in another control, div, span, etc.&lt;/li&gt;&lt;li&gt;&lt;b&gt;DirtyPanel (in development):&lt;/b&gt; Asks a user if they want to navigate off the page if any of the values have been changed in fields in the panel when they try to navigate away without saving.&lt;/li&gt;&lt;li&gt;&lt;b&gt;RollOverImage &amp;amp; RollOverImageButton (in development):&lt;/b&gt; ScriptControls that handle all of the dirty work of implementing a roll-over image, including pre-caching the roll-over images to eliminate extra calls to the server.&lt;/li&gt;
&lt;/ul&gt;Feel free to drop suggestions for new extenders in the Discussions section.&lt;br /&gt; &lt;br /&gt;Enjoy!&lt;br /&gt; &lt;br /&gt; &lt;br /&gt;&lt;b&gt;Initial Release - 1/24/07:&lt;/b&gt; &lt;br /&gt; &lt;a href="http://www.codeplex.com/AjaxControls/Release/ProjectReleases.aspx?ReleaseId=1680"&gt;70124 Production&lt;/a&gt;&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Finally A New Release! - 12/19/07:&lt;/b&gt; &lt;br /&gt; &lt;a href="http://www.codeplex.com/AjaxControls/Release/ProjectReleases.aspx?ReleaseId=8722"&gt;1.12.19.2007&lt;/a&gt;&lt;br /&gt; &lt;br /&gt;
&lt;/div&gt;</description><author>slider13</author><pubDate>Mon, 28 Jan 2008 12:45:11 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20080128124511P</guid></item><item><title>UPDATED WIKI: Home</title><link>http://www.codeplex.com/AjaxControls/Wiki/View.aspx?title=Home&amp;version=16</link><description>&lt;div class="wikidoc"&gt;
Welcome to the Ajax Controls project: General &amp;#38; Specialized AJAX Controls built on top of the AJAX Control Toolkit and ASP.Net AJAX 1.0
&lt;br /&gt; &lt;br /&gt;The project is made up of Control Extenders and stand-alone ScriptControls:&lt;br /&gt; &lt;br /&gt;&lt;ul&gt;
&lt;li&gt;&lt;b&gt;CheckBoxToggle:&lt;/b&gt; Check all or None of the extended Checkboxes on a page (or toggle them)&lt;/li&gt;&lt;li&gt;&lt;b&gt;DelayedImageLoader:&lt;/b&gt; Throw any image you like into the page, then query a web service to get the URL for the image you'd like to replace it with (comes in handy when waiting for maps to generate)&lt;/li&gt;&lt;li&gt;&lt;b&gt;KeepFocus:&lt;/b&gt; Keep a control in focus across post-backs (asyncronous or otherwise). This comes in handy for me when I've got a dropdown that posts back and I want to continue scrolling through it with arrow keys.&lt;/li&gt;&lt;li&gt;&lt;b&gt;OneClickButton:&lt;/b&gt; Eliminate multiple clicks of a button on web forms. Works with validators, too.&lt;/li&gt;&lt;li&gt;&lt;b&gt;ScriptInjector:&lt;/b&gt; This ScriptControl will insert a piece of javascript into a page and run it. This is handy when you're using an update panel and would like a piece of code to be run in the page after doing something on the server.&lt;/li&gt;&lt;li&gt;&lt;b&gt;Shim:&lt;/b&gt; This is an all-purpose IFrame shim. It will sit right below anything you want (using the setable z-Index), which will keep draggable items from being covered by dropdown lists.&lt;/li&gt;&lt;li&gt;&lt;b&gt;TextLengthLimit:&lt;/b&gt; Makes MaxLength work on a TextBox in MultiLine mode. You can also display the number of characters remaining in another control, div, span, etc.&lt;/li&gt;&lt;li&gt;&lt;b&gt;DirtyPanel (in development):&lt;/b&gt; Asks a user if they want to navigate off the page if any of the values have been changed in fields in the panel when they try to navigate away without saving.&lt;/li&gt;&lt;li&gt;* RollOverImage &amp;amp; RollOverImageButton (in development):* ScriptControls that handle all of the dirty work of implementing a roll-over image, including pre-caching the roll-over images to eliminate extra calls to the server.&lt;/li&gt;
&lt;/ul&gt;Feel free to drop suggestions for new extenders in the Discussions section.&lt;br /&gt; &lt;br /&gt;Enjoy!&lt;br /&gt; &lt;br /&gt; &lt;br /&gt;&lt;b&gt;Initial Release - 1/24/07:&lt;/b&gt; &lt;br /&gt; &lt;a href="http://www.codeplex.com/AjaxControls/Release/ProjectReleases.aspx?ReleaseId=1680"&gt;70124 Production&lt;/a&gt;&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Finally A New Release! - 12/19/07:&lt;/b&gt; &lt;br /&gt; &lt;a href="http://www.codeplex.com/AjaxControls/Release/ProjectReleases.aspx?ReleaseId=8722"&gt;1.12.19.2007&lt;/a&gt;&lt;br /&gt; &lt;br /&gt;
&lt;/div&gt;</description><author>slider13</author><pubDate>Mon, 28 Jan 2008 12:44:54 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20080128124454P</guid></item><item><title>UPDATED WIKI: Home</title><link>http://www.codeplex.com/AjaxControls/Wiki/View.aspx?title=Home&amp;version=15</link><description>&lt;div class="wikidoc"&gt;
Welcome to the Ajax Controls project: General &amp;#38; Specialized AJAX Controls built on top of the AJAX Control Toolkit and ASP.Net AJAX 1.0
&lt;br /&gt; &lt;br /&gt;The project is made up of Control Extenders and stand-alone ScriptControls:&lt;br /&gt; &lt;br /&gt;&lt;ul&gt;
&lt;li&gt;&lt;b&gt;CheckBoxToggle:&lt;/b&gt; Check all or None of the extended Checkboxes on a page (or toggle them)&lt;/li&gt;&lt;li&gt;&lt;b&gt;DelayedImageLoader:&lt;/b&gt; Throw any image you like into the page, then query a web service to get the URL for the image you'd like to replace it with (comes in handy when waiting for maps to generate)&lt;/li&gt;&lt;li&gt;&lt;b&gt;KeepFocus:&lt;/b&gt; Keep a control in focus across post-backs (asyncronous or otherwise). This comes in handy for me when I've got a dropdown that posts back and I want to continue scrolling through it with arrow keys.&lt;/li&gt;&lt;li&gt;&lt;b&gt;OneClickButton:&lt;/b&gt; Eliminate multiple clicks of a button on web forms. Works with validators, too.&lt;/li&gt;&lt;li&gt;&lt;b&gt;ScriptInjector:&lt;/b&gt; This ScriptControl will insert a piece of javascript into a page and run it. This is handy when you're using an update panel and would like a piece of code to be run in the page after doing something on the server.&lt;/li&gt;&lt;li&gt;&lt;b&gt;Shim:&lt;/b&gt; This is an all-purpose IFrame shim. It will sit right below anything you want (using the setable z-Index), which will keep draggable items from being covered by dropdown lists.&lt;/li&gt;&lt;li&gt;&lt;b&gt;TextLengthLimit:&lt;/b&gt; Makes MaxLength work on a TextBox in MultiLine mode. You can also display the number of characters remaining in another control, div, span, etc.&lt;/li&gt;&lt;li&gt;&lt;b&gt;DirtyPanel (in development):&lt;/b&gt; Asks a user if they want to navigate off the page if any of the values have been changed in fields in the panel when they try to navigate away without saving.&lt;/li&gt;&lt;ul&gt;
&lt;li&gt;RollOverImage &amp;amp; RollOverImageButton (in development):* ScriptControls that handle all of the dirty work of implementing a roll-over image, including pre-caching the roll-over images to eliminate extra calls to the server.&lt;/li&gt;
&lt;/ul&gt;
&lt;/ul&gt;Feel free to drop suggestions for new extenders in the Discussions section.&lt;br /&gt; &lt;br /&gt;Enjoy!&lt;br /&gt; &lt;br /&gt; &lt;br /&gt;&lt;b&gt;Initial Release - 1/24/07:&lt;/b&gt; &lt;br /&gt; &lt;a href="http://www.codeplex.com/AjaxControls/Release/ProjectReleases.aspx?ReleaseId=1680"&gt;70124 Production&lt;/a&gt;&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Finally A New Release! - 12/19/07:&lt;/b&gt; &lt;br /&gt; &lt;a href="http://www.codeplex.com/AjaxControls/Release/ProjectReleases.aspx?ReleaseId=8722"&gt;1.12.19.2007&lt;/a&gt;&lt;br /&gt; &lt;br /&gt;
&lt;/div&gt;</description><author>slider13</author><pubDate>Mon, 21 Jan 2008 11:56:26 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20080121115626A</guid></item><item><title>Source code checked in</title><link>http://www.codeplex.com/AjaxControls/SourceControl/ListDownloadableCommits.aspx</link><description>Adding the RollOverImage and RollOverImageButton controls to the Development branch.</description><author>slider13</author><pubDate>Fri, 18 Jan 2008 20:28:28 GMT</pubDate><guid isPermaLink="false">Source code checked in 20080118082828P</guid></item><item><title>UPDATED WIKI: Home</title><link>http://www.codeplex.com/AjaxControls/Wiki/View.aspx?title=Home&amp;version=14</link><description>&lt;div class="wikidoc"&gt;
Welcome to the Ajax Controls project: General &amp;#38; Specialized AJAX Controls built on top of the AJAX Control Toolkit and ASP.Net AJAX 1.0
&lt;br /&gt; &lt;br /&gt;Most of the project is made up of Control Extenders, with one stand-alone ScriptControl:&lt;br /&gt; &lt;br /&gt;&lt;ul&gt;
&lt;li&gt;&lt;b&gt;CheckBoxToggle:&lt;/b&gt; Check all or None of the extended Checkboxes on a page (or toggle them)&lt;/li&gt;&lt;li&gt;&lt;b&gt;DelayedImageLoader:&lt;/b&gt; Throw any image you like into the page, then query a web service to get the URL for the image you'd like to replace it with (comes in handy when waiting for maps to generate)&lt;/li&gt;&lt;li&gt;&lt;b&gt;KeepFocus:&lt;/b&gt; Keep a control in focus across post-backs (asyncronous or otherwise). This comes in handy for me when I've got a dropdown that posts back and I want to continue scrolling through it with arrow keys.&lt;/li&gt;&lt;li&gt;&lt;b&gt;OneClickButton:&lt;/b&gt; Eliminate multiple clicks of a button on web forms. Works with validators, too.&lt;/li&gt;&lt;li&gt;&lt;b&gt;ScriptInjector:&lt;/b&gt; This ScriptControl will insert a piece of javascript into a page and run it. This is handy when you're using an update panel and would like a piece of code to be run in the page after doing something on the server.&lt;/li&gt;&lt;li&gt;&lt;b&gt;Shim:&lt;/b&gt; This is an all-purpose IFrame shim. It will sit right below anything you want (using the setable z-Index), which will keep draggable items from being covered by dropdown lists.&lt;/li&gt;&lt;li&gt;&lt;b&gt;TextLengthLimit:&lt;/b&gt; Makes MaxLength work on a TextBox in MultiLine mode. You can also display the number of characters remaining in another control, div, span, etc.&lt;/li&gt;&lt;li&gt;&lt;b&gt;DirtyPanel (in development):&lt;/b&gt; Asks a user if they want to navigate off the page if any of the values have been changed in fields in the panel when they try to navigate away without saving.&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;Feel free to drop suggestions for new extenders in the Discussions section.&lt;br /&gt; &lt;br /&gt;Enjoy!&lt;br /&gt; &lt;br /&gt; &lt;br /&gt;&lt;b&gt;Initial Release - 1/24/07:&lt;/b&gt; &lt;br /&gt; &lt;a href="http://www.codeplex.com/AjaxControls/Release/ProjectReleases.aspx?ReleaseId=1680"&gt;70124 Production&lt;/a&gt;&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Finally A New Release! - 12/19/07:&lt;/b&gt; &lt;br /&gt; &lt;a href="http://www.codeplex.com/AjaxControls/Release/ProjectReleases.aspx?ReleaseId=8722"&gt;1.12.19.2007&lt;/a&gt;&lt;br /&gt; &lt;br /&gt;
&lt;/div&gt;</description><author>slider13</author><pubDate>Wed, 19 Dec 2007 22:28:32 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20071219102832P</guid></item><item><title>UPDATED WIKI: Home</title><link>http://www.codeplex.com/AjaxControls/Wiki/View.aspx?title=Home&amp;version=13</link><description>&lt;div class="wikidoc"&gt;
Welcome to the Ajax Controls project: General &amp;#38; Specialized AJAX Controls built on top of the AJAX Control Toolkit and ASP.Net AJAX 1.0
&lt;br /&gt; &lt;br /&gt;Most of the project is made up of Control Extenders, with one stand-alone ScriptControl:&lt;br /&gt; &lt;br /&gt;&lt;ul&gt;
&lt;li&gt;&lt;b&gt;CheckBoxToggle:&lt;/b&gt; Check all or None of the extended Checkboxes on a page (or toggle them)&lt;/li&gt;&lt;li&gt;&lt;b&gt;DelayedImageLoader:&lt;/b&gt; Throw any image you like into the page, then query a web service to get the URL for the image you'd like to replace it with (comes in handy when waiting for maps to generate)&lt;/li&gt;&lt;li&gt;&lt;b&gt;KeepFocus:&lt;/b&gt; Keep a control in focus across post-backs (asyncronous or otherwise). This comes in handy for me when I've got a dropdown that posts back and I want to continue scrolling through it with arrow keys.&lt;/li&gt;&lt;li&gt;&lt;b&gt;OneClickButton:&lt;/b&gt; Eliminate multiple clicks of a button on web forms. Works with validators, too.&lt;/li&gt;&lt;li&gt;&lt;b&gt;ScriptInjector:&lt;/b&gt; This ScriptControl will insert a piece of javascript into a page and run it. This is handy when you're using an update panel and would like a piece of code to be run in the page after doing something on the server.&lt;/li&gt;&lt;li&gt;&lt;b&gt;Shim:&lt;/b&gt; This is an all-purpose IFrame shim. It will sit right below anything you want (using the setable z-Index), which will keep draggable items from being covered by dropdown lists.&lt;/li&gt;&lt;li&gt;&lt;b&gt;TextLengthLimit:&lt;/b&gt; Makes MaxLength work on a TextBox in MultiLine mode. You can also display the number of characters remaining in another control, div, span, etc.&lt;/li&gt;&lt;li&gt;&lt;b&gt;DirtyPanel (in development):&lt;/b&gt; Asks a user if they want to navigate off the page if any of the values have been changed in fields in the panel when they try to navigate away without saving.&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;Feel free to drop suggestions for new extenders in the Discussions section.&lt;br /&gt; &lt;br /&gt;Enjoy!&lt;br /&gt; &lt;br /&gt; &lt;br /&gt;&lt;b&gt;Initial Release - 1/24/07:&lt;/b&gt; &lt;br /&gt; &lt;a href="http://www.codeplex.com/AjaxControls/Release/ProjectReleases.aspx?ReleaseId=1680"&gt;70124 Production&lt;/a&gt;&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Finally A New Release! - 12/19/07:&lt;/b&gt; &lt;br /&gt; &lt;a href="http://www.codeplex.com/AjaxControls/Release/ProjectReleases.aspx?ReleaseId=1680"&gt;70124 Production&lt;/a&gt;&lt;br /&gt; &lt;br /&gt;
&lt;/div&gt;</description><author>slider13</author><pubDate>Wed, 19 Dec 2007 22:28:10 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20071219102810P</guid></item><item><title>UPDATED RELEASE: 1.12.19.2007 (Dec 19, 2007)</title><link>http://www.codeplex.com/AjaxControls/Release/ProjectReleases.aspx?ReleaseId=8722</link><description>New release for 12.19.2007 tied to AjaxControlToolkit version 11119</description><author></author><pubDate>Wed, 19 Dec 2007 22:27:29 GMT</pubDate><guid isPermaLink="false">UPDATED RELEASE: 1.12.19.2007 (Dec 19, 2007) 20071219102729P</guid></item><item><title>UPDATED RELEASE: 1.12.19.2007 (Dec 19, 2007)</title><link>http://www.codeplex.com/AjaxControls/Release/ProjectReleases.aspx?ReleaseId=8722</link><description>New release for 12.19.2007 tied to AjaxControlToolkit version 11119</description><author></author><pubDate>Wed, 19 Dec 2007 22:27:02 GMT</pubDate><guid isPermaLink="false">UPDATED RELEASE: 1.12.19.2007 (Dec 19, 2007) 20071219102702P</guid></item><item><title>UPDATED RELEASE: 1.12.19.2007</title><link>http://www.codeplex.com/AjaxControls/Release/ProjectReleases.aspx?ReleaseId=8722</link><description>New release for 12.19.2007 tied to AjaxControlToolkit version 11119</description><author></author><pubDate>Wed, 19 Dec 2007 22:26:15 GMT</pubDate><guid isPermaLink="false">UPDATED RELEASE: 1.12.19.2007 20071219102615P</guid></item><item><title>CLOSED TASK: Update to work with newer ajax toolkit</title><link>http://www.codeplex.com/AjaxControls/WorkItem/View.aspx?WorkItemId=2950</link><description>Is there a procedure to get GSAjaxControls to work with a newer or privatly modified version of the AjaxControlToolkit&amp;#63;&lt;br /&gt;&lt;br /&gt;Mathew&lt;br /&gt;support&amp;#64;seamlessdev.com&lt;br /&gt;http&amp;#58;&amp;#47;&amp;#47;www.SeamlessDev.com&lt;br /&gt;-- Where our nerds are tougher than yours&amp;#33;&lt;br /&gt;Comments: Releasing new verion.</description><author>slider13</author><pubDate>Wed, 19 Dec 2007 22:25:00 GMT</pubDate><guid isPermaLink="false">CLOSED TASK: Update to work with newer ajax toolkit 20071219102500P</guid></item><item><title>UPDATED RELEASE: 1.12.19.2007</title><link>http://www.codeplex.com/AjaxControls/Release/ProjectReleases.aspx?ReleaseId=8722</link><description>New release for 12.19.2007 tied to AjaxControlToolkit version 11119</description><author></author><pubDate>Wed, 19 Dec 2007 22:24:23 GMT</pubDate><guid isPermaLink="false">UPDATED RELEASE: 1.12.19.2007 20071219102423P</guid></item><item><title>Source code checked in</title><link>http://www.codeplex.com/AjaxControls/SourceControl/ListDownloadableCommits.aspx</link><description>Updated release branch to use AjaxControlToolkit version 11119</description><author>slider13</author><pubDate>Wed, 19 Dec 2007 22:19:37 GMT</pubDate><guid isPermaLink="false">Source code checked in 20071219101937P</guid></item><item><title>Source code checked in</title><link>http://www.codeplex.com/AjaxControls/SourceControl/ListDownloadableCommits.aspx</link><description>Updated Development Branch to use AjaxControlToolkit version 11119</description><author>slider13</author><pubDate>Wed, 19 Dec 2007 22:15:34 GMT</pubDate><guid isPermaLink="false">Source code checked in 20071219101534P</guid></item><item><title>COMMENTED TASK: Update to work with newer ajax toolkit</title><link>http://www.codeplex.com/AjaxControls/WorkItem/View.aspx?WorkItemId=2950</link><description>Is there a procedure to get GSAjaxControls to work with a newer or privatly modified version of the AjaxControlToolkit&amp;#63;&lt;br /&gt;&lt;br /&gt;Mathew&lt;br /&gt;support&amp;#64;seamlessdev.com&lt;br /&gt;http&amp;#58;&amp;#47;&amp;#47;www.SeamlessDev.com&lt;br /&gt;-- Where our nerds are tougher than yours&amp;#33;&lt;br /&gt;Comments: ** Comment from web user: slider13 ** &lt;p&gt;This is the preferred method for getting it to work with the newer version of the toolkit. You just need to remove the reference from the project, then add the reference to the newer Toolkit dll.&lt;/p&gt;</description><author>slider13</author><pubDate>Mon, 17 Dec 2007 10:58:20 GMT</pubDate><guid isPermaLink="false">COMMENTED TASK: Update to work with newer ajax toolkit 20071217105820A</guid></item><item><title>NEW POST: Getting some errors</title><link>http://www.codeplex.com/AjaxControls/Thread/View.aspx?ThreadId=12293</link><description>&lt;div class="wikidoc"&gt;
Agreed. I also build against a &lt;i&gt;slightly&lt;/i&gt; modified version of the AjaxControlToolkit. I run into a problem with the always visible control sometimes, so I modify the JS on it.  I'll see what I can do about providing an updated release built against the latest version.  Ideally I'd provide a release every time there's a toolkit release, but I've been extremely busy with other projects.  Thanks for the feedback!&lt;br /&gt;
&lt;/div&gt;</description><author>slider13</author><pubDate>Mon, 17 Dec 2007 10:55:32 GMT</pubDate><guid isPermaLink="false">NEW POST: Getting some errors 20071217105532A</guid></item><item><title>COMMENTED TASK: Update to work with newer ajax toolkit</title><link>http://www.codeplex.com/AjaxControls/WorkItem/View.aspx?WorkItemId=2950</link><description>Is there a procedure to get GSAjaxControls to work with a newer or privatly modified version of the AjaxControlToolkit&amp;#63;&lt;br /&gt;&lt;br /&gt;Mathew&lt;br /&gt;support&amp;#64;seamlessdev.com&lt;br /&gt;http&amp;#58;&amp;#47;&amp;#47;www.SeamlessDev.com&lt;br /&gt;-- Where our nerds are tougher than yours&amp;#33;&lt;br /&gt;Comments: ** Comment from web user: shominy ** &lt;p&gt;You can download the source code and then add the current AjaxControlToolkit to build a new assembly. I&amp;#39;ve attached the latest build using AjaxToolKit 1.0.11119.0. Hope this helps.&lt;/p&gt;</description><author>shominy</author><pubDate>Mon, 10 Dec 2007 21:11:54 GMT</pubDate><guid isPermaLink="false">COMMENTED TASK: Update to work with newer ajax toolkit 20071210091154P</guid></item></channel></rss>