﻿<?xml version="1.0" encoding="utf-8"?><rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:media="http://search.yahoo.com/mrss/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0"><channel><title>Intersoft Community - ClientUI - Binding to SQL Server</title><link>http://www.intersoftsolutions.com/Community/ClientUI/Binding-to-SQL-Server/</link><description /><generator>http://www.intersoftsolutions.com</generator><language>en</language><copyright>Copyright 2002 - 2015 Intersoft Solutions Corp. All rights reserved.</copyright><ttl>60</ttl><item><title>Binding to SQL Server</title><link>http://www.intersoftsolutions.com/Community/ClientUI/Binding-to-SQL-Server/</link><pubDate>Mon, 17 Jan 2011 02:33:01 GMT</pubDate><dc:creator>Glayaar</dc:creator><category>ClientUI</category><category>DevForce</category><description>&lt;p&gt;The scenario is already supported by using DataPresenter manual generated column. This way, you could manually mapped the table data field with the DataPresenter. This topic has been discussed on the DataPresenter documentation on the article &lt;em&gt;Auto Generate Columns vs Manual Generated Column&lt;/em&gt;.&lt;/p&gt;&lt;p&gt;A walkthrough for generating columns manually has also been provided in the article &lt;em&gt;Walkthrough: Configuring Columns Manually. &lt;/em&gt;&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;</description></item><item><title>Binding to SQL Server</title><link>http://www.intersoftsolutions.com/Community/ClientUI/Binding-to-SQL-Server/</link><pubDate>Sat, 15 Jan 2011 04:53:36 GMT</pubDate><dc:creator>MarkDavison</dc:creator><category>ClientUI</category><category>DevForce</category><description>&lt;p&gt;Hi Jimmy,&lt;/p&gt;
&lt;p&gt;I will read the MVVM design pattern information you have linked to.&lt;/p&gt;
&lt;p&gt;Many thanks for the reply. This is further complicated in that we have our application defined in XML files. This means that for a any list displayed in the application, we first need to read the defining XML file. This then gives us the stored procedure to call and the params to pass into it. The SP then returns a dataset. The XML file also tells me the colums to display in the list and the format of the colums etc. This is a really great solution as it allows our application to be easily extended by non-programmers in our organisation as we have written an interface over the XML files to allow them to be maintained within the application itself.&lt;/p&gt;
&lt;p&gt;So, I need to be able to dynamically build the list structure then dynamically bind it to the data.&lt;/p&gt;
&lt;p&gt;Is this something which would be achievable with any of your grid / data presenter controls? This will be a real show stopper if I cannot work out how to dynamically build and bind. My impression is that silverlight likes to have knowledge of the database and I am struggling to find any examples of this kind of dynamic building and binding.&lt;/p&gt;
&lt;p&gt;We will also need to do the same thing with detail pages but this is easier as I can generate a XML stream on the server and send it to the silverlight client app to parse so that I can dynamically build the detail forms.&lt;/p&gt;
&lt;p&gt;Regards,&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;Mark&lt;/p&gt;</description></item><item><title>Binding to SQL Server</title><link>http://www.intersoftsolutions.com/Community/ClientUI/Binding-to-SQL-Server/</link><pubDate>Fri, 14 Jan 2011 22:32:28 GMT</pubDate><dc:creator>jimmyps</dc:creator><category>ClientUI</category><category>DevForce</category><description>&lt;p&gt;Hi Mark,&lt;/p&gt;&lt;p&gt;Silverlight is a pure client-side technology. So you need a data access solution to retrieve the data from your database and deliver them to the client side.&lt;/p&gt;
&lt;p&gt;In Silverlight, we encourage the use of MVVM design pattern to build data-aware applications. You can learn many benefits of using MVVM design pattern &lt;a target="_blank" href="http://www.intersoftpt.com/Support/ClientUI/Documentation/MVVMPatternOverview.html"&gt;here&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;I personally recommend DevForce from IdeaBlade for a comprehensive, cross-platform data access solution (supports both Silverlight and WPF). Check out the Contacts sample application that uses ClientUI and DevForce in my blog post &lt;a target="_blank" href="http://intersoftpt.wordpress.com/2011/01/11/clientui-devforce-part-2-contact-sandbox-editor/"&gt;here&lt;/a&gt;.&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;Hope this helps,&lt;br /&gt;Jimmy &lt;br /&gt;&lt;/p&gt;</description></item><item><title>Binding to SQL Server</title><link>http://www.intersoftsolutions.com/Community/ClientUI/Binding-to-SQL-Server/</link><pubDate>Thu, 13 Jan 2011 21:31:47 GMT</pubDate><dc:creator>Glayaar</dc:creator><category>ClientUI</category><category>DevForce</category><description>&lt;p&gt;We have detailed such scenario in the &lt;em&gt;Intersoft Presenter Documentation&lt;/em&gt; on the article &lt;em&gt;Walkthrough: Performing CRUD operation using Astoria Data Source Control&lt;/em&gt;.&lt;/p&gt;&lt;p&gt;If you wish to know more about the Astoria Data Source control we also have a documentation of the control in the &lt;em&gt;Intersoft DataSource Documentation&lt;/em&gt;.&lt;br /&gt;&lt;/p&gt;</description></item><item><title>Binding to SQL Server</title><link>http://www.intersoftsolutions.com/Community/ClientUI/Binding-to-SQL-Server/</link><pubDate>Thu, 13 Jan 2011 17:44:00 GMT</pubDate><dc:creator>MarkDavison</dc:creator><category>ClientUI</category><category>DevForce</category><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I am trying to evaluate ClientUI and as usual there are a few things I need to prove. I am also learning Silverlight so this questions is probably pretty basic!&lt;/p&gt;
&lt;p&gt;We want to make use of our current SQL Server database and the SP in it. Can anyone point me in the write direction to display data from a SQL Server call into a DataPresenter in ClientUI?&lt;/p&gt;
&lt;p&gt;Thanks.&lt;/p&gt;
&lt;p&gt;Mark&lt;/p&gt;</description></item></channel></rss>