<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="http://www.codeplex.com/rss.xsl"?><rss version="2.0"><channel><title>AjaxDataControls Work Item Rss Feed</title><link>http://www.codeplex.com/AjaxDataControls/WorkItem/List.aspx</link><description>AjaxDataControls Work Item Rss Description</description><item><title>Created Issue: Error while paging through GridView [14113]</title><link>http://ajaxdatacontrols.codeplex.com/WorkItem/View.aspx?WorkItemId=14113</link><description>Hi i tried to run the sample application which you have provided in the download along with the source code,the gridview data paging example sometimes does not show the data like when i click on the next link &amp;#40;the one with &amp;#62;&amp;#62; symbol&amp;#41; from there on error occurs when i try to click on any page link. My downloaded version is 1.0.I request to please look into this issue&lt;br /&gt;</description><author>Willu</author><pubDate>Fri, 11 Sep 2009 05:05:51 GMT</pubDate><guid isPermaLink="false">Created Issue: Error while paging through GridView [14113] 20090911050551A</guid></item><item><title>Created Feature: Create inbuilt sorting</title><link>http://ajaxdatacontrols.codeplex.com/WorkItem/View.aspx?WorkItemId=13492</link><description>Add inbuilt sorting.&lt;br /&gt;</description><author>SonuKapoor</author><pubDate>Tue, 16 Jun 2009 12:07:35 GMT</pubDate><guid isPermaLink="false">Created Feature: Create inbuilt sorting 20090616120735P</guid></item><item><title>Commented Issue: Microsoft JScript runtime error: Sys.Net.WebServiceFailedException</title><link>http://ajaxdatacontrols.codeplex.com/WorkItem/View.aspx?WorkItemId=13151</link><description>I tried running  the samples and I got this error&lt;br /&gt;&lt;br /&gt;Microsoft JScript runtime error&amp;#58; Sys.Net.WebServiceFailedException&amp;#58; The server method &amp;#39;GetProductList&amp;#39; failed with the following error&amp;#58; System.Data.SqlClient.SqlException-- Login failed for user &amp;#39;sa&amp;#39;. The user is not associated with a trusted SQL Server connection.&lt;br /&gt;&lt;br /&gt;How do I fix this&amp;#63;&lt;br /&gt;Comments: ** Comment from web user: arame3333 ** &lt;p&gt;Do I need to download SQLExpress and get the Northwind DB&amp;#63;&lt;/p&gt;</description><author>arame3333</author><pubDate>Fri, 01 May 2009 15:38:49 GMT</pubDate><guid isPermaLink="false">Commented Issue: Microsoft JScript runtime error: Sys.Net.WebServiceFailedException 20090501033849P</guid></item><item><title>Created Issue: Microsoft JScript runtime error: Sys.Net.WebServiceFailedException</title><link>http://ajaxdatacontrols.codeplex.com/WorkItem/View.aspx?WorkItemId=13151</link><description>I tried running  the samples and I got this error&lt;br /&gt;&lt;br /&gt;Microsoft JScript runtime error&amp;#58; Sys.Net.WebServiceFailedException&amp;#58; The server method &amp;#39;GetProductList&amp;#39; failed with the following error&amp;#58; System.Data.SqlClient.SqlException-- Login failed for user &amp;#39;sa&amp;#39;. The user is not associated with a trusted SQL Server connection.&lt;br /&gt;&lt;br /&gt;How do I fix this&amp;#63;&lt;br /&gt;</description><author>arame3333</author><pubDate>Fri, 01 May 2009 15:25:32 GMT</pubDate><guid isPermaLink="false">Created Issue: Microsoft JScript runtime error: Sys.Net.WebServiceFailedException 20090501032532P</guid></item><item><title>Created Issue: Context Menu for controls</title><link>http://www.codeplex.com/AjaxDataControls/WorkItem/View.aspx?WorkItemId=12702</link><description>It would be nice to have the ability to attach a context menu just like ACT to any control.&lt;br /&gt;</description><author>rakesh188</author><pubDate>Thu, 26 Feb 2009 18:09:13 GMT</pubDate><guid isPermaLink="false">Created Issue: Context Menu for controls 20090226060913P</guid></item><item><title>Closed Feature: Create DropDownList Column</title><link>http://www.codeplex.com/AjaxDataControls/WorkItem/View.aspx?WorkItemId=8978</link><description>Create a DropDownListColumn for GridView.&lt;br /&gt;</description><author>gblmarquez</author><pubDate>Tue, 07 Oct 2008 20:04:28 GMT</pubDate><guid isPermaLink="false">Closed Feature: Create DropDownList Column 20081007080428P</guid></item><item><title>Commented Issue: Repeater Render Bug</title><link>http://www.codeplex.com/AjaxDataControls/WorkItem/View.aspx?WorkItemId=10100</link><description>The ajax data repeater control appears to have a rendering bug&amp;#63;&amp;#63;&lt;br /&gt;&lt;br /&gt;I have the following declaration within my page&amp;#58;&lt;br /&gt;&lt;br /&gt;&amp;#60;AjaxData&amp;#58;Repeater ID&amp;#61;&amp;#34;rprPerson&amp;#34; runat&amp;#61;&amp;#34;server&amp;#34; ItemDataBoundEvent&amp;#61;&amp;#34;onItemDataBound&amp;#34; RenderAs&amp;#61;&amp;#34;Div&amp;#34;&amp;#62;&lt;br /&gt;&amp;#9;&amp;#60;HeaderTemplate&amp;#62;&lt;br /&gt;&amp;#9;&amp;#9;&amp;#60;table&amp;#62;&lt;br /&gt;&amp;#9;&amp;#60;&amp;#47;HeaderTemplate&amp;#62;&lt;br /&gt;&amp;#9;&amp;#60;ItemTemplate&amp;#62;&lt;br /&gt;&amp;#9;&amp;#9;&amp;#60;tr&amp;#62;&lt;br /&gt;&amp;#9;&amp;#9;&amp;#9;&amp;#60;td&amp;#62;&amp;#60;span id&amp;#61;&amp;#34;spanFullName&amp;#34; &amp;#47;&amp;#62;&amp;#60;&amp;#47;td&amp;#62;&lt;br /&gt;&amp;#9;&amp;#9;&amp;#60;&amp;#47;tr&amp;#62;&lt;br /&gt;&amp;#9;&amp;#60;&amp;#47;ItemTemplate&amp;#62;&lt;br /&gt;&amp;#9;&amp;#60;FooterTemplate&amp;#62;&lt;br /&gt;&amp;#9;&amp;#9;&amp;#60;&amp;#47;table&amp;#62;&lt;br /&gt;&amp;#9;&amp;#60;&amp;#47;FooterTemplate&amp;#62;&lt;br /&gt;&amp;#60;&amp;#47;AjaxData&amp;#58;Repeater&amp;#62;&lt;br /&gt;&lt;br /&gt;I was expecting the output to be something like the following&amp;#58;&lt;br /&gt;&lt;br /&gt;&amp;#60;div id&amp;#61;&amp;#34;ctl00_Content_rprPerson&amp;#34; style&amp;#61;&amp;#34;visibility&amp;#58; visible&amp;#59;&amp;#34;&amp;#62;&lt;br /&gt;&amp;#9;&amp;#60;table&amp;#62;&lt;br /&gt;&amp;#9;&amp;#9;&amp;#60;tr&amp;#62;&lt;br /&gt;&amp;#9;&amp;#9;&amp;#9;&amp;#60;td&amp;#62;Bob&amp;#60;&amp;#47;td&amp;#62;&lt;br /&gt;&amp;#9;&amp;#9;&amp;#60;&amp;#47;tr&amp;#62;&lt;br /&gt;&amp;#9;&amp;#9;&amp;#60;tr&amp;#62;&lt;br /&gt;&amp;#9;&amp;#9;&amp;#9;&amp;#60;td&amp;#62;Fred&amp;#60;&amp;#47;td&amp;#62;&lt;br /&gt;&amp;#9;&amp;#9;&amp;#60;&amp;#47;tr&amp;#62;&lt;br /&gt;&amp;#9;&amp;#60;&amp;#47;table&amp;#62;&lt;br /&gt;&amp;#60;&amp;#47;div&amp;#62;&lt;br /&gt;&lt;br /&gt;but what I actually get is&amp;#58;&lt;br /&gt;&lt;br /&gt;&amp;#60;div id&amp;#61;&amp;#34;ctl00_Content_rprPerson&amp;#34; style&amp;#61;&amp;#34;visibility&amp;#58; visible&amp;#59;&amp;#34;&amp;#62;&lt;br /&gt;&amp;#9;&amp;#60;table &amp;#47;&amp;#62;&lt;br /&gt;&amp;#9;&amp;#60;span id&amp;#61;&amp;#34;ctl00_Content_rprPerson&amp;#36;3&amp;#36;1&amp;#36;spanFullName&amp;#34;&amp;#62;Bob&amp;#60;&amp;#47;span&amp;#62;&lt;br /&gt;&amp;#9;&amp;#60;span id&amp;#61;&amp;#34;ctl00_Content_rprPerson&amp;#36;3&amp;#36;1&amp;#36;spanFullName&amp;#34;&amp;#62;Fred&amp;#60;&amp;#47;span&amp;#62;&lt;br /&gt;&amp;#60;&amp;#47;div&amp;#62;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;This appears to be a rendering bug.&lt;br /&gt;&lt;br /&gt;Regards&lt;br /&gt;Cliff&lt;br /&gt;&lt;br /&gt;ps Keep up the excellent work__&amp;#33;&lt;br /&gt;Comments: ** Comment from web user: alexchia ** &lt;p&gt;strongly wish that we can have this enhancement in the future release&amp;#33;&lt;br /&gt;anyway, excellent work&amp;#33;&amp;#33;&lt;/p&gt;</description><author>alexchia</author><pubDate>Thu, 18 Sep 2008 03:18:35 GMT</pubDate><guid isPermaLink="false">Commented Issue: Repeater Render Bug 20080918031835A</guid></item><item><title>Commented Issue: Bug at Data control</title><link>http://www.codeplex.com/AjaxDataControls/WorkItem/View.aspx?WorkItemId=11021</link><description>Hi&lt;br /&gt;&lt;br /&gt;I just tried an example &amp;#40;Complex&amp;#47;Simple Data Editing&amp;#41; at following link&amp;#58;&lt;br /&gt;&lt;br /&gt;http&amp;#58;&amp;#47;&amp;#47;dotnetslackers.com&amp;#47;projects&amp;#47;AjaxDataControls&amp;#47;&lt;br /&gt;&lt;br /&gt;Found a bug&amp;#58;&lt;br /&gt;&lt;br /&gt;1. Click at pencil to edit a record.&lt;br /&gt;2. at edit mode, clicked at red icon to delete record at  next row. It stuck at Please wait.&lt;br /&gt;&lt;br /&gt;Suggestion&amp;#58; i think, it should disable other rows delete and edit option at Edition mode.&lt;br /&gt;&lt;br /&gt;Thank you.&lt;br /&gt;&lt;br /&gt;Tausif.&lt;br /&gt;Comments: ** Comment from web user: SonuKapoor ** &lt;p&gt;I did some more investigation and can confirm that the pause actually is doing a ajax call. I checked with IE and Firefox. However the record doesn&amp;#39;t get deleted, because of some SQL constraints on our end.&lt;/p&gt;</description><author>SonuKapoor</author><pubDate>Sat, 16 Aug 2008 03:13:31 GMT</pubDate><guid isPermaLink="false">Commented Issue: Bug at Data control 20080816031331A</guid></item><item><title>Commented Issue: Bug at Data control</title><link>http://www.codeplex.com/AjaxDataControls/WorkItem/View.aspx?WorkItemId=11021</link><description>Hi&lt;br /&gt;&lt;br /&gt;I just tried an example &amp;#40;Complex&amp;#47;Simple Data Editing&amp;#41; at following link&amp;#58;&lt;br /&gt;&lt;br /&gt;http&amp;#58;&amp;#47;&amp;#47;dotnetslackers.com&amp;#47;projects&amp;#47;AjaxDataControls&amp;#47;&lt;br /&gt;&lt;br /&gt;Found a bug&amp;#58;&lt;br /&gt;&lt;br /&gt;1. Click at pencil to edit a record.&lt;br /&gt;2. at edit mode, clicked at red icon to delete record at  next row. It stuck at Please wait.&lt;br /&gt;&lt;br /&gt;Suggestion&amp;#58; i think, it should disable other rows delete and edit option at Edition mode.&lt;br /&gt;&lt;br /&gt;Thank you.&lt;br /&gt;&lt;br /&gt;Tausif.&lt;br /&gt;Comments: ** Comment from web user: SonuKapoor ** &lt;p&gt;Thanks for the report. &lt;/p&gt;&lt;p&gt;I can confim the behaviour. We will look into this and see what the issue is. &lt;/p&gt;</description><author>SonuKapoor</author><pubDate>Sat, 16 Aug 2008 03:10:18 GMT</pubDate><guid isPermaLink="false">Commented Issue: Bug at Data control 20080816031018A</guid></item><item><title>Closed Issue: DataList OnItemCreated is not fired</title><link>http://www.codeplex.com/AjaxDataControls/WorkItem/View.aspx?WorkItemId=11022</link><description>We are missing the code in the DataList.cs to inject the client-side code for the ItemCreatedEvent.&lt;br /&gt;Comments: Fixed with 22068</description><author>SonuKapoor</author><pubDate>Sat, 16 Aug 2008 03:07:25 GMT</pubDate><guid isPermaLink="false">Closed Issue: DataList OnItemCreated is not fired 20080816030725A</guid></item><item><title>Created Issue: DataList OnItemCreated is not fired</title><link>http://www.codeplex.com/AjaxDataControls/WorkItem/View.aspx?WorkItemId=11022</link><description>We are missing the code in the DataList.cs to inject the client-side code for the ItemCreatedEvent.&lt;br /&gt;</description><author>SonuKapoor</author><pubDate>Fri, 15 Aug 2008 14:35:30 GMT</pubDate><guid isPermaLink="false">Created Issue: DataList OnItemCreated is not fired 20080815023530P</guid></item><item><title>Created Issue: Bug at Data control</title><link>http://www.codeplex.com/AjaxDataControls/WorkItem/View.aspx?WorkItemId=11021</link><description>Hi&lt;br /&gt;&lt;br /&gt;I just tried an example &amp;#40;Complex&amp;#47;Simple Data Editing&amp;#41; at following link&amp;#58;&lt;br /&gt;&lt;br /&gt;http&amp;#58;&amp;#47;&amp;#47;dotnetslackers.com&amp;#47;projects&amp;#47;AjaxDataControls&amp;#47;&lt;br /&gt;&lt;br /&gt;Found a bug&amp;#58;&lt;br /&gt;&lt;br /&gt;1. Click at pencil to edit a record.&lt;br /&gt;2. at edit mode, clicked at red icon to delete record at  next row. It stuck at Please wait.&lt;br /&gt;&lt;br /&gt;Suggestion&amp;#58; i think, it should disable other rows delete and edit option at Edition mode.&lt;br /&gt;&lt;br /&gt;Thank you.&lt;br /&gt;&lt;br /&gt;Tausif.&lt;br /&gt;</description><author>mtalam</author><pubDate>Fri, 15 Aug 2008 12:15:32 GMT</pubDate><guid isPermaLink="false">Created Issue: Bug at Data control 20080815121532P</guid></item><item><title>Closed Issue: get_borderWidth returns wrong property</title><link>http://www.codeplex.com/AjaxDataControls/WorkItem/View.aspx?WorkItemId=10141</link><description>get_borderWidth &amp;#58; function&amp;#40;&amp;#41;&lt;br /&gt;    &amp;#123;&lt;br /&gt;        &amp;#47;&amp;#47;&amp;#47; &amp;#60;value type&amp;#61;&amp;#34;String&amp;#34;&amp;#62;&lt;br /&gt;        &amp;#47;&amp;#47;&amp;#47; The border width.&lt;br /&gt;        &amp;#47;&amp;#47;&amp;#47; &amp;#60;&amp;#47;value&amp;#62;&lt;br /&gt;&lt;br /&gt;        if &amp;#40;arguments.length &amp;#33;&amp;#61;&amp;#61; 0&amp;#41; throw Error.parameterCount&amp;#40;&amp;#41;&amp;#59;&lt;br /&gt;&lt;br /&gt;        return this._borderStyle&amp;#59;      &amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42; should be this._borderWidth &amp;#40;not style&amp;#41;&lt;br /&gt;    &amp;#125;,&lt;br /&gt;</description><author>gblmarquez</author><pubDate>Tue, 05 Aug 2008 12:42:55 GMT</pubDate><guid isPermaLink="false">Closed Issue: get_borderWidth returns wrong property 20080805124255P</guid></item><item><title>CLOSED ISSUE: Conversion to VS2008</title><link>http://www.codeplex.com/AjaxDataControls/WorkItem/View.aspx?WorkItemId=10190</link><description>Is there a plan to convert the solution to VS2008&amp;#63; I tried to convert the solution with the conversion wizard.  It is not successful.  I am wondering whether anyone else has looked into this.&lt;br /&gt;Comments: I've uploaded the 3.5 binary and source.</description><author>jgaylord</author><pubDate>Mon, 09 Jun 2008 13:06:12 GMT</pubDate><guid isPermaLink="false">CLOSED ISSUE: Conversion to VS2008 20080609010612P</guid></item><item><title>COMMENTED ISSUE: Conversion to VS2008</title><link>http://www.codeplex.com/AjaxDataControls/WorkItem/View.aspx?WorkItemId=10190</link><description>Is there a plan to convert the solution to VS2008&amp;#63; I tried to convert the solution with the conversion wizard.  It is not successful.  I am wondering whether anyone else has looked into this.&lt;br /&gt;Comments: ** Comment from web user: jgaylord ** &lt;p&gt;I&amp;#39;ve just uploaded the 3.5 binary and source.&lt;/p&gt;</description><author>jgaylord</author><pubDate>Mon, 09 Jun 2008 13:05:52 GMT</pubDate><guid isPermaLink="false">COMMENTED ISSUE: Conversion to VS2008 20080609010552P</guid></item><item><title>CREATED ISSUE: Some Issues</title><link>http://www.codeplex.com/AjaxDataControls/WorkItem/View.aspx?WorkItemId=10213</link><description>Hi&amp;#33;&lt;br /&gt;Great work.&lt;br /&gt;We are experiencing two problems&amp;#58;&lt;br /&gt;1&amp;#41; The reference for the WCF service gets lost once in a while.&lt;br /&gt;2&amp;#41; After a few invocations of gridView.dataBind&amp;#40;&amp;#41; the program crashes &lt;br /&gt;    with a &amp;#39;memory cannot be read&amp;#39; pop up.&lt;br /&gt;Again - wow.&lt;br /&gt;Thanks,&lt;br /&gt;Oz&lt;br /&gt;</description><author>Oz22</author><pubDate>Tue, 20 May 2008 08:46:08 GMT</pubDate><guid isPermaLink="false">CREATED ISSUE: Some Issues 20080520084608A</guid></item><item><title>CREATED ISSUE: Conversion to VS2008</title><link>http://www.codeplex.com/AjaxDataControls/WorkItem/View.aspx?WorkItemId=10190</link><description>Is there a plan to convert the solution to VS2008&amp;#63; I tried to convert the solution with the conversion wizard.  It is not successful.  I am wondering whether anyone else has looked into this.&lt;br /&gt;</description><author>jjanehao</author><pubDate>Wed, 14 May 2008 15:29:39 GMT</pubDate><guid isPermaLink="false">CREATED ISSUE: Conversion to VS2008 20080514032939P</guid></item><item><title>CREATED ISSUE: get_borderWidth returns wrong property</title><link>http://www.codeplex.com/AjaxDataControls/WorkItem/View.aspx?WorkItemId=10141</link><description>get_borderWidth &amp;#58; function&amp;#40;&amp;#41;&lt;br /&gt;    &amp;#123;&lt;br /&gt;        &amp;#47;&amp;#47;&amp;#47; &amp;#60;value type&amp;#61;&amp;#34;String&amp;#34;&amp;#62;&lt;br /&gt;        &amp;#47;&amp;#47;&amp;#47; The border width.&lt;br /&gt;        &amp;#47;&amp;#47;&amp;#47; &amp;#60;&amp;#47;value&amp;#62;&lt;br /&gt;&lt;br /&gt;        if &amp;#40;arguments.length &amp;#33;&amp;#61;&amp;#61; 0&amp;#41; throw Error.parameterCount&amp;#40;&amp;#41;&amp;#59;&lt;br /&gt;&lt;br /&gt;        return this._borderStyle&amp;#59;      &amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42; should be this._borderWidth &amp;#40;not style&amp;#41;&lt;br /&gt;    &amp;#125;,&lt;br /&gt;</description><author>rjbdetroit</author><pubDate>Wed, 07 May 2008 14:51:34 GMT</pubDate><guid isPermaLink="false">CREATED ISSUE: get_borderWidth returns wrong property 20080507025134P</guid></item><item><title>CREATED ISSUE: Repeater Render Bug</title><link>http://www.codeplex.com/AjaxDataControls/WorkItem/View.aspx?WorkItemId=10100</link><description>The ajax data repeater control appears to have a rendering bug&amp;#63;&amp;#63;&lt;br /&gt;&lt;br /&gt;I have the following declaration within my page&amp;#58;&lt;br /&gt;&lt;br /&gt;&amp;#60;AjaxData&amp;#58;Repeater ID&amp;#61;&amp;#34;rprPerson&amp;#34; runat&amp;#61;&amp;#34;server&amp;#34; ItemDataBoundEvent&amp;#61;&amp;#34;onItemDataBound&amp;#34; RenderAs&amp;#61;&amp;#34;Div&amp;#34;&amp;#62;&lt;br /&gt;&amp;#9;&amp;#60;HeaderTemplate&amp;#62;&lt;br /&gt;&amp;#9;&amp;#9;&amp;#60;table&amp;#62;&lt;br /&gt;&amp;#9;&amp;#60;&amp;#47;HeaderTemplate&amp;#62;&lt;br /&gt;&amp;#9;&amp;#60;ItemTemplate&amp;#62;&lt;br /&gt;&amp;#9;&amp;#9;&amp;#60;tr&amp;#62;&lt;br /&gt;&amp;#9;&amp;#9;&amp;#9;&amp;#60;td&amp;#62;&amp;#60;span id&amp;#61;&amp;#34;spanFullName&amp;#34; &amp;#47;&amp;#62;&amp;#60;&amp;#47;td&amp;#62;&lt;br /&gt;&amp;#9;&amp;#9;&amp;#60;&amp;#47;tr&amp;#62;&lt;br /&gt;&amp;#9;&amp;#60;&amp;#47;ItemTemplate&amp;#62;&lt;br /&gt;&amp;#9;&amp;#60;FooterTemplate&amp;#62;&lt;br /&gt;&amp;#9;&amp;#9;&amp;#60;&amp;#47;table&amp;#62;&lt;br /&gt;&amp;#9;&amp;#60;&amp;#47;FooterTemplate&amp;#62;&lt;br /&gt;&amp;#60;&amp;#47;AjaxData&amp;#58;Repeater&amp;#62;&lt;br /&gt;&lt;br /&gt;I was expecting the output to be something like the following&amp;#58;&lt;br /&gt;&lt;br /&gt;&amp;#60;div id&amp;#61;&amp;#34;ctl00_Content_rprPerson&amp;#34; style&amp;#61;&amp;#34;visibility&amp;#58; visible&amp;#59;&amp;#34;&amp;#62;&lt;br /&gt;&amp;#9;&amp;#60;table&amp;#62;&lt;br /&gt;&amp;#9;&amp;#9;&amp;#60;tr&amp;#62;&lt;br /&gt;&amp;#9;&amp;#9;&amp;#9;&amp;#60;td&amp;#62;Bob&amp;#60;&amp;#47;td&amp;#62;&lt;br /&gt;&amp;#9;&amp;#9;&amp;#60;&amp;#47;tr&amp;#62;&lt;br /&gt;&amp;#9;&amp;#9;&amp;#60;tr&amp;#62;&lt;br /&gt;&amp;#9;&amp;#9;&amp;#9;&amp;#60;td&amp;#62;Fred&amp;#60;&amp;#47;td&amp;#62;&lt;br /&gt;&amp;#9;&amp;#9;&amp;#60;&amp;#47;tr&amp;#62;&lt;br /&gt;&amp;#9;&amp;#60;&amp;#47;table&amp;#62;&lt;br /&gt;&amp;#60;&amp;#47;div&amp;#62;&lt;br /&gt;&lt;br /&gt;but what I actually get is&amp;#58;&lt;br /&gt;&lt;br /&gt;&amp;#60;div id&amp;#61;&amp;#34;ctl00_Content_rprPerson&amp;#34; style&amp;#61;&amp;#34;visibility&amp;#58; visible&amp;#59;&amp;#34;&amp;#62;&lt;br /&gt;&amp;#9;&amp;#60;table &amp;#47;&amp;#62;&lt;br /&gt;&amp;#9;&amp;#60;span id&amp;#61;&amp;#34;ctl00_Content_rprPerson&amp;#36;3&amp;#36;1&amp;#36;spanFullName&amp;#34;&amp;#62;Bob&amp;#60;&amp;#47;span&amp;#62;&lt;br /&gt;&amp;#9;&amp;#60;span id&amp;#61;&amp;#34;ctl00_Content_rprPerson&amp;#36;3&amp;#36;1&amp;#36;spanFullName&amp;#34;&amp;#62;Fred&amp;#60;&amp;#47;span&amp;#62;&lt;br /&gt;&amp;#60;&amp;#47;div&amp;#62;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;This appears to be a rendering bug.&lt;br /&gt;&lt;br /&gt;Regards&lt;br /&gt;Cliff&lt;br /&gt;&lt;br /&gt;ps Keep up the excellent work__&amp;#33;&lt;br /&gt;</description><author>id360</author><pubDate>Wed, 30 Apr 2008 12:54:49 GMT</pubDate><guid isPermaLink="false">CREATED ISSUE: Repeater Render Bug 20080430125449P</guid></item><item><title>CREATED ISSUE: Drag and Drop capability between data lists</title><link>http://www.codeplex.com/AjaxDataControls/WorkItem/View.aspx?WorkItemId=9326</link><description>Will there be a drag and drop capability between data lists similar to Prototype&amp;#47;Scriptaculous&amp;#63;&lt;br /&gt;&lt;br /&gt;Regards,&lt;br /&gt;Midknight&lt;br /&gt;</description><author>midknight</author><pubDate>Thu, 14 Feb 2008 23:02:36 GMT</pubDate><guid isPermaLink="false">CREATED ISSUE: Drag and Drop capability between data lists 20080214110236P</guid></item></channel></rss>