<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="http://www.codeplex.com/rss.xsl"?><rss version="2.0"><channel><title>Ajax Data Controls</title><link>http://ajaxdatacontrols.codeplex.com/Project/ProjectRss.aspx</link><description>The purpose of this project is to Develop data controls such as GridView, DataList, Repeater, DetailsView, FromView, ObjectDataSource on top of Microsoft Ajax Framework for Client Centric Developme...</description><item><title>New Post: Passing parameter to DataService</title><link>http://ajaxdatacontrols.codeplex.com/Thread/View.aspx?ThreadId=74372</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;doh!! easier than I thought.&amp;nbsp; 1)Modified the web method to take an argument and then &lt;span style="font-size:x-small;color:#008000"&gt;&lt;span style="font-size:x-small;color:#008000"&gt;DataService.TestData(x,onLoadSuccess); 2) and using an html button solved the post back problem. &lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;/div&gt;</description><author>alphapapalima</author><pubDate>Sat, 07 Nov 2009 15:53:34 GMT</pubDate><guid isPermaLink="false">New Post: Passing parameter to DataService 20091107035334P</guid></item><item><title>New Post: Passing parameter to DataService</title><link>http://ajaxdatacontrols.codeplex.com/Thread/View.aspx?ThreadId=74372</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;In all the examples, the Webservice returns a datatable with all results during page load.&amp;nbsp; I have a bunch of filters that I need the user to choose, and then on a mouse button click, will I call the Web Service and passing it an ID or filters.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;1) &amp;nbsp;How do I pass to the web method TestData an&amp;nbsp;ID?&amp;nbsp; Right now the format is:&amp;nbsp; &lt;span style="color:#008000;font-size:x-small"&gt;&lt;span style="color:#008000;font-size:x-small"&gt;DataService.TestData(onLoadSuccess);&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="color:#008000"&gt;2) When I call the Web method from a button click event, the grid will bind&amp;nbsp;the data&amp;nbsp;and then on postback, it will disappear.&amp;nbsp; How do I make it stay on postback?&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="color:#008000;font-size:x-small"&gt;&lt;/span&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;span style="color:#008000;font-size:x-small"&gt;&lt;span style="color:#008000;font-size:x-small"&gt;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;/div&gt;</description><author>alphapapalima</author><pubDate>Fri, 06 Nov 2009 23:52:17 GMT</pubDate><guid isPermaLink="false">New Post: Passing parameter to DataService 20091106115217P</guid></item><item><title>New Post: GridView with bulk insert/update/delete</title><link>http://ajaxdatacontrols.codeplex.com/Thread/View.aspx?ThreadId=72183</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;It will be nice to have gridview with multiple edit and a single commit. I will try to achieve this by altering source in order to have array of changed index. Has anyone tried this so far?&lt;/p&gt;&lt;/div&gt;</description><author>milosc</author><pubDate>Fri, 16 Oct 2009 05:54:12 GMT</pubDate><guid isPermaLink="false">New Post: GridView with bulk insert/update/delete 20091016055412A</guid></item><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>New Post: Auto refresh grid view</title><link>http://ajaxdatacontrols.codeplex.com/Thread/View.aspx?ThreadId=24447</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;I don't know if anybody is still frequenting this board, but just wanted to throw this in there:&lt;/p&gt;
&lt;p&gt;I was testing this using IE6, and came across the crash after 4 or 5 refreshes. I added a 'return;' in my equivalent to the FillAgency function, which brought it up to 12 or so; adding a 'return;' in the onLoadSuccess function let it run to at least 50 (I got bored after that). Try that out and see if it resolves your memory leak issues.&lt;/p&gt;&lt;/div&gt;</description><author>Jangie</author><pubDate>Thu, 10 Sep 2009 17:27:28 GMT</pubDate><guid isPermaLink="false">New Post: Auto refresh grid view 20090910052728P</guid></item><item><title>Updated Wiki: Home</title><link>http://ajaxdatacontrols.codeplex.com/Wiki/View.aspx?title=Home&amp;version=25</link><description>&lt;div class="wikidoc"&gt;&lt;u&gt;&lt;b&gt;Welcome to Ajax Data Controls Project&lt;/b&gt;&lt;/u&gt;&lt;br /&gt;&lt;br /&gt;The Ajax Data Controls is a &lt;a href="http://DotNetSlackers.com" class="externalLink"&gt;DotNetSlackers&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;  project. Developed on top of &lt;b&gt;Asp.net Ajax Extension&lt;/b&gt;, the main goal of this project is to provide rich set of data controls for &lt;b&gt;Client Centric Development Model&lt;/b&gt;. Since the data controls of Asp.net like &lt;i&gt;GridView&lt;/i&gt;, &lt;i&gt;DataList&lt;/i&gt;, &lt;i&gt;Repeater&lt;/i&gt; etc does not have any Client Side Object Model thus it is not possible to work with these controls with Web Service / Page Methods call. The included controls exposes same API in the client side as the Asp.net version with few more enhancements. Currently the project contains the following controls:&lt;br /&gt;
&lt;ul&gt;&lt;li&gt;Repeater&lt;/li&gt;
&lt;li&gt;GridView&lt;/li&gt;
&lt;li&gt;DataList&lt;/li&gt;
&lt;li&gt;Pager&lt;/li&gt;&lt;/ul&gt;
&lt;br /&gt;&lt;u&gt;&lt;b&gt;Need More Info?&lt;/b&gt;&lt;/u&gt;
&lt;ul&gt;&lt;li&gt;&lt;b&gt;Live Example:&lt;/b&gt;  &lt;a href="http://dotnetslackers.com/projects/AjaxDataControls" class="externalLink"&gt;hosted in DotNetSlackers&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;b&gt;Forum:&lt;/b&gt;  Questions about these controls can be asked here &lt;a href="http://dotnetslackers.com/community/forums/71.aspx" class="externalLink"&gt;DotNetSlackers Forum&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;b&gt;Bugs:&lt;/b&gt;  If you're using it and found a bug, please check the &amp;quot;Issue Tracker&amp;quot; tab prior posting it.&lt;/li&gt;
&lt;li&gt;&lt;b&gt;Latest Bits:&lt;/b&gt;  If you want to download the latest stable version, use the &amp;quot;Releases&amp;quot; tab, and if you want to get the latest source codes, check out the &amp;quot;Source Code&amp;quot; tab.&lt;/li&gt;
&lt;li&gt;&lt;b&gt;Team Blogs&lt;/b&gt;
&lt;ul&gt;&lt;li&gt;&lt;a href="http://weblogs.asp.net/rashid/" class="externalLink"&gt;Kazi Manzur Rashid's Blog&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://dotnetslackers.com/community/blogs/sonukapoor/" class="externalLink"&gt;Sonu on .NET&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;/ul&gt;

&lt;ul&gt;&lt;li&gt;&lt;b&gt;Some important links&lt;/b&gt;
&lt;ul&gt;&lt;li&gt;&lt;a href="http://weblogs.asp.net/rashid/archive/2007/12/03/ajaxdatacontrols-gridview-part-one.aspx" class="externalLink"&gt;AjaxDataControls GridView Part One&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://weblogs.asp.net/rashid/archive/2008/01/14/ajaxdatacontrols-gridview-part-two.aspx" class="externalLink"&gt;AjaxDataControls GridView Part Two&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://dotnetslackers.com/Community/blogs/sonukapoor/archive/2008/06/13/ajaxdatacontrols-adc-faq-how-to-get-started-with-the-ajaxdatacontrols-with-visual-studio-2005.aspx" class="externalLink"&gt;How to get started with the AjaxDataControls with Visual Studio 2005?&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://dotnetslackers.com/Community/blogs/sonukapoor/archive/2008/06/24/ajaxdatacontrols-adc-faq-how-to-get-started-with-the-ajaxdatacontrols-and-visual-studio-2008.aspx" class="externalLink"&gt;How to get started with the AjaxDataControls with Visual Studio 2008?&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://dotnetslackers.com/Community/blogs/sonukapoor/archive/2008/06/14/ajaxdatacontrols-adc-faq-index.aspx" class="externalLink"&gt;AjaxDataControls (ADC) FAQ - INDEX&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;/ul&gt;
&lt;br /&gt;&lt;br /&gt;&lt;b&gt;We have Just released the v1.0 and if you want to contribute in this project, do not hesitate to contact us.&lt;/b&gt;&lt;/div&gt;</description><author>SonuKapoor</author><pubDate>Tue, 16 Jun 2009 13:06:01 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20090616010601P</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>New Post: Security Exception</title><link>http://ajaxdatacontrols.codeplex.com/Thread/View.aspx?ThreadId=59571</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;I was using the AjaxData GridView successfully for my project.&amp;nbsp; Then, when I moved it to a new web host, I started getting this security exception:&lt;/p&gt;
&lt;p style="padding-left:30px"&gt;&lt;span style="font-family:Arial"&gt;&lt;strong&gt;That assembly does not allow partially trusted callers&lt;/strong&gt;.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family:Arial"&gt;Any ideas?&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family:Arial"&gt;Thanks.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;/div&gt;</description><author>aedwards</author><pubDate>Mon, 15 Jun 2009 18:15:44 GMT</pubDate><guid isPermaLink="false">New Post: Security Exception 20090615061544P</guid></item><item><title>New Post: Binding a DataTable to the Grid</title><link>http://ajaxdatacontrols.codeplex.com/Thread/View.aspx?ThreadId=57702</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Hi&lt;/p&gt;
&lt;p&gt;Can you please provide me with the information on how can I bind a DataTable to the grid in the AjaxDataControls?&lt;/p&gt;
&lt;p&gt;Also, I need that the columns get auto-generated from the datatable that i provide? (the datatable is returned from my web service).&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Thanks&lt;/p&gt;
&lt;p&gt;Akshaya&lt;/p&gt;&lt;/div&gt;</description><author>akshayakrsh</author><pubDate>Thu, 28 May 2009 09:18:03 GMT</pubDate><guid isPermaLink="false">New Post: Binding a DataTable to the Grid 20090528091803A</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>New Post: Using ADC multiple in one page</title><link>http://ajaxdatacontrols.codeplex.com/Thread/View.aspx?ThreadId=53186</link><description>&lt;div style="line-height: normal;"&gt;Hi,&lt;br&gt;
&lt;br&gt;
I use ADC Repeater one time is ok, but my page have a few controls, I like to using ADC repeater, but it was on error. I check error console in firefox, nothing tobe display, it mean no javascript error. But nothing display too. It mean that I can not using ADC multiple time in one page? 
&lt;/div&gt;</description><author>huanhvhd</author><pubDate>Tue, 14 Apr 2009 08:30:45 GMT</pubDate><guid isPermaLink="false">New Post: Using ADC multiple in one page 20090414083045A</guid></item><item><title>Source code checked in, #32283</title><link>http://ajaxdatacontrols.codeplex.com/SourceControl/ListDownloadableCommits.aspx</link><description>Fixed a small bug in the javascript files of GridViewDropDownListColumn.</description><author>SonuKapoor</author><pubDate>Tue, 17 Mar 2009 16:30:27 GMT</pubDate><guid isPermaLink="false">Source code checked in, #32283 20090317043027P</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>New Post: Repeater performance -- solution??</title><link>http://www.codeplex.com/AjaxDataControls/Thread/View.aspx?ThreadId=39453</link><description>&lt;div style="line-height: normal;"&gt;Let me first say, this is a great product.&lt;br&gt;
&lt;br&gt;
Now to my question...&lt;br&gt;
I am using the repeater to load data into a repeater and a nested repeater.&amp;nbsp; I noticed when the amount of elements gets up in the hundreds performance degrades.&amp;nbsp; For my purposes using paging would not work.&lt;br&gt;
&lt;br&gt;
I hooked up firebug and ran a profile on the code.&amp;nbsp; 27% of the time (16739 calls) was spent in the _iterateElements function.&amp;nbsp; &lt;br&gt;
&lt;br&gt;
What I was thinking was instead of iterating through the elements looking for the ids of elements to re-id, it may be more efficient to parse each template once, and note the nodes that have ids and store them in an array. &amp;nbsp; Then, when the item is generated, clone the template and use the $get() with the parent id and re-id each node.&lt;br&gt;
&lt;br&gt;
I was thinking about changing the code to try this out, but I though I would see if this has already been attempted and the implemented method was determined to the fastest.&lt;br&gt;
&lt;br&gt;
Thoughts?&lt;br&gt;
&lt;/div&gt;</description><author>IS0LD0UT</author><pubDate>Fri, 07 Nov 2008 20:15:30 GMT</pubDate><guid isPermaLink="false">New Post: Repeater performance -- solution?? 20081107081530P</guid></item><item><title>New Post: Ajax GridView multiple field datakeys</title><link>http://www.codeplex.com/AjaxDataControls/Thread/View.aspx?ThreadId=38414</link><description>&lt;div style="line-height: normal;"&gt;Hi,&lt;br&gt;
&lt;br&gt;
We are planning to replace asp.net GridView with Ajax GridView. But the limitation we are facing here is currently we have multiple fields in GridView datakeys and with Ajax GridView we can only have only 1 field as datakey [please correct me if I am wrong here].&lt;br&gt;
&lt;br&gt;
Is there any workaround for this? if not can it be supported in further versions because asp.net GridView has that feature and I am sure the users will like to have it for Ajax Gridview also.&lt;br&gt;
&lt;br&gt;
Please share your thoughts.&lt;br&gt;
&lt;br&gt;
Thanks&lt;br&gt;
Nils.
&lt;/div&gt;</description><author>nis4nilesh</author><pubDate>Fri, 24 Oct 2008 10:08:10 GMT</pubDate><guid isPermaLink="false">New Post: Ajax GridView multiple field datakeys 20081024100810A</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>Source code checked in, #23391</title><link>http://www.codeplex.com/AjaxDataControls/SourceControl/ListDownloadableCommits.aspx</link><description>New column added&amp;#58; GridViewDropDownListColumn. Sample &amp;#34;ComplexEditing.aspx&amp;#34; changed to show how the column works.</description><author>gblmarquez</author><pubDate>Tue, 07 Oct 2008 20:04:26 GMT</pubDate><guid isPermaLink="false">Source code checked in, #23391 20081007080426P</guid></item><item><title>New Post: Auto refresh grid view</title><link>http://www.codeplex.com/AjaxDataControls/Thread/View.aspx?ThreadId=24447</link><description>&lt;div style="line-height: normal;"&gt;I have verified that Firefox does not leak memory when refreshing the grid.&amp;nbsp; I have also verified that minimizing the IE windows to the task bar releases the memory (known behavior).&amp;nbsp; I just installed XP SP3 hoping it would contain a fix but it doesn't.&lt;br&gt;
&lt;br&gt;
This grid is unusable in IE if I can't resolve this issue.&amp;nbsp; I hope someone has a solution to this problem.&lt;br&gt;
&lt;br&gt;
Thanks.&lt;br&gt;
&lt;/div&gt;</description><author>srlbauer</author><pubDate>Wed, 01 Oct 2008 13:46:05 GMT</pubDate><guid isPermaLink="false">New Post: Auto refresh grid view 20081001014605P</guid></item><item><title>New Post: Auto refresh grid view</title><link>http://www.codeplex.com/AjaxDataControls/Thread/View.aspx?ThreadId=24447</link><description>&lt;div style="line-height: normal;"&gt;&lt;br&gt;
I have a very similar problem.&amp;nbsp; I am using setInterval to refresh the grid.&amp;nbsp; It would appear that there is a memory leak either in the grid or IE 7 (I haven't tested in Firefox yet).&amp;nbsp; The IE memory usage increases with each call to dataBind() and eventually, the application starts raising out of memory exceptions.&amp;nbsp; Otherwise, it works nicely.&lt;br&gt;
&lt;br&gt;
I am using the latest 3.5 binaries.&lt;br&gt;
&lt;br&gt;
Any help would be greatly appreciated?&lt;br&gt;
&lt;/div&gt;</description><author>srlbauer</author><pubDate>Tue, 30 Sep 2008 13:17:43 GMT</pubDate><guid isPermaLink="false">New Post: Auto refresh grid view 20080930011743P</guid></item></channel></rss>