﻿<?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 - ISDataSource</title><link>http://www.intersoftsolutions.com/Community/ISDataSource/</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>ISDataSource - Stored Procedure with Input Parameters</title><link>http://www.intersoftsolutions.com/Community/ISDataSource/</link><pubDate>Fri, 15 Aug 2014 11:36:53 GMT</pubDate><dc:creator>cvgierloff</dc:creator><category>ISDataSource</category><description>&lt;p&gt;I created an ISDataSource (version 1.0.1500) &amp;nbsp;on a web form in order to populate a webgrid (version 8).&amp;nbsp; The The schema type for the ISDataSource is a dataset that calls a stored procedure with 2 input paramaters.&amp;nbsp; The Select method is set to pull the parameter values from text boxes on the web form.&amp;nbsp; This is being done to allow the end user to control the amount of data returned to the grid.&amp;nbsp; Due to the large volume of data available we want to display a smaller amount in the grid initially and allow the end user to add more by changing the values in the text boxes and refreshing.&lt;/p&gt;&lt;p&gt;The program is ignoring the values entered into the textboxes.&amp;nbsp; Would it be possible to obtain a sample of how to use an ISDataSource with a stored procedure and input parameters that are on a web form?&amp;nbsp; I reviewed the documentation extensively but there isn't much detail on parameters and ISDataSource.&lt;br&gt;&lt;/p&gt;</description></item><item><title>FilterExpression </title><link>http://www.intersoftsolutions.com/Community/ISDataSource/</link><pubDate>Tue, 14 May 2013 02:59:17 GMT</pubDate><dc:creator>siemiatkowski@softwarestudio.com.pl</dc:creator><category>FilterExpression</category><description>&lt;p&gt;Hi&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;I try to use &lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;ISDataSource1.Tables.GetNamedItem("Events").FilterExpression = "subject='02'";&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;for ISWebScheduler&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p /&gt;
&lt;p&gt; &amp;lt;ISWebScheduler:WebScheduler ID="WebScheduler1" runat="server" Height="100%" &lt;/p&gt;
&lt;p&gt;                Width="100%" DefaultStyleMode="Win7" Culture="Polish (Poland)"&lt;/p&gt;
&lt;p&gt;                CategoriesDataMember="Categories" DataSourceID="ISDataSource1" &lt;/p&gt;
&lt;p&gt;                EventsDataMember="Events" ResourcesDataMember="Resources"   EnableFastJsonSerialization="True" &amp;gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size: 10pt;"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;DataBinding&amp;gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size: 10pt;"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;EventsBinding AllDayEventField="AllDayEvent" CategoryIDField="CategoryID"&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;                        DescriptionField="Description" EndTimeField="EndTime" EventIDField="ID" &lt;/p&gt;
&lt;p&gt;                        LocationField="Location" ModeField="Mode" ReminderTimeSpanField="Reminder" &lt;/p&gt;
&lt;p&gt;                        ResourceIDField="ResourceID" StartTimeField="StartTime" &lt;/p&gt;
&lt;p&gt;                        SubjectField="Subject" /&amp;gt;&lt;/p&gt;
&lt;p&gt;       &lt;/p&gt;
&lt;p /&gt;
&lt;p&gt;So&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;I have not any error, but I have in my &lt;font style="font-size: 13px;"&gt;WebScheduler &lt;/font&gt;&lt;b style="font-size: 10pt;"&gt;all data&lt;/b&gt;&lt;font style="font-size: 13px;"&gt; from table "events", the filter expression&amp;nbsp;&lt;/font&gt;does not work&lt;font style="font-size: 13px;"&gt;&amp;nbsp;?&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size: 10pt;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size: 10pt;"&gt;When I write wrong expression&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p /&gt;
&lt;p&gt;ISDataSource1.Tables.GetNamedItem("Events").FilterExpression = "subjectx='02'";&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size: 10pt;"&gt;I have an error, because the column subjectx absent&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size: 10pt;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;I try run with parametrs, but still the same, &lt;/p&gt;
&lt;p /&gt;
&lt;p&gt;&lt;span style="font-size: 10pt;"&gt;ISDataSource1.Tables.GetNamedItem("Events").FilterExpression = " subject='{0}'";&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;ISDataSource1.Tables.GetNamedItem("Events").FilterParameters.Add("subject", "02");&lt;/p&gt;
&lt;p /&gt;
&lt;p&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;any idea ?&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;My ISDataSource:ISDataSource &lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p /&gt;
&lt;p&gt; &amp;lt;ISDataSource:ISDataSource ID="ISDataSource1" runat="server" SchemaName="StudioSystem.App_Code.kalendarz" &amp;gt;&lt;/p&gt;
&lt;p&gt;            &amp;lt;tables&amp;gt;&lt;/p&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p&gt;&amp;lt;ISDataSource:ISDataSourceTable SelectMethod="GetData" OldValuesParameterFormatString="Original_{0}"&lt;/p&gt;
&lt;p&gt;                    TableName="Events" TypeName="StudioSystem.App_Code.kalendarzTableAdapters.EventsTableAdapter" DeleteMethod="Delete" InsertMethod="Insert" UpdateMethod="Update"&amp;gt;&lt;/p&gt;
&lt;p&gt;                    &amp;lt;DeleteParameters&amp;gt;&lt;/p&gt;
&lt;p&gt;                        &amp;lt;asp:Parameter Name="Original_ID" Type="Int32" /&amp;gt;&lt;/p&gt;
&lt;p&gt;                    &amp;lt;/DeleteParameters&amp;gt;&lt;/p&gt;
&lt;p&gt;                    &amp;lt;InsertParameters&amp;gt;&lt;/p&gt;
&lt;p&gt;                        &amp;lt;asp:Parameter Name="CategoryID" Type="String" /&amp;gt;&lt;/p&gt;
&lt;p&gt;                        &amp;lt;asp:Parameter Name="ResourceID" Type="Int32" /&amp;gt;&lt;/p&gt;
&lt;p&gt;                        &amp;lt;asp:Parameter Name="Mode" Type="Int32" /&amp;gt;&lt;/p&gt;
&lt;p&gt;                        &amp;lt;asp:Parameter Name="Subject" Type="String" /&amp;gt;&lt;/p&gt;
&lt;p&gt;                        &amp;lt;asp:Parameter Name="Description" Type="String" /&amp;gt;&lt;/p&gt;
&lt;p&gt;                        &amp;lt;asp:Parameter Name="Location" Type="String" /&amp;gt;&lt;/p&gt;
&lt;p&gt;                        &amp;lt;asp:Parameter Name="AllDayEvent" Type="Boolean" /&amp;gt;&lt;/p&gt;
&lt;p&gt;                        &amp;lt;asp:Parameter Name="StartTime" Type="DateTime" /&amp;gt;&lt;/p&gt;
&lt;p&gt;                        &amp;lt;asp:Parameter Name="EndTime" Type="DateTime" /&amp;gt;&lt;/p&gt;
&lt;p&gt;                        &amp;lt;asp:Parameter Name="Reminder" Type="Int32" /&amp;gt;&lt;/p&gt;
&lt;p&gt;                        &amp;lt;asp:Parameter Name="ReminderTimeSpan" Type="Int32" /&amp;gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size: 10pt;"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/InsertParameters&amp;gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;                    &amp;lt;UpdateParameters&amp;gt;&lt;/p&gt;
&lt;p&gt;                        &amp;lt;asp:Parameter Name="CategoryID" Type="String" /&amp;gt;&lt;/p&gt;
&lt;p&gt;                        &amp;lt;asp:Parameter Name="ResourceID" Type="Int32" /&amp;gt;&lt;/p&gt;
&lt;p&gt;                        &amp;lt;asp:Parameter Name="Mode" Type="Int32" /&amp;gt;&lt;/p&gt;
&lt;p&gt;                        &amp;lt;asp:Parameter Name="Subject" Type="String" /&amp;gt;&lt;/p&gt;
&lt;p&gt;                        &amp;lt;asp:Parameter Name="Description" Type="String" /&amp;gt;&lt;/p&gt;
&lt;p&gt;                        &amp;lt;asp:Parameter Name="Location" Type="String" /&amp;gt;&lt;/p&gt;
&lt;p&gt;                        &amp;lt;asp:Parameter Name="AllDayEvent" Type="Boolean" /&amp;gt;&lt;/p&gt;
&lt;p&gt;                        &amp;lt;asp:Parameter Name="StartTime" Type="DateTime" /&amp;gt;&lt;/p&gt;
&lt;p&gt;                        &amp;lt;asp:Parameter Name="EndTime" Type="DateTime" /&amp;gt;&lt;/p&gt;
&lt;p&gt;                        &amp;lt;asp:Parameter Name="Reminder" Type="Int32" /&amp;gt;&lt;/p&gt;
&lt;p&gt;                        &amp;lt;asp:Parameter Name="ReminderTimeSpan" Type="Int32" /&amp;gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size: 10pt;"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;asp:Parameter Name="Original_ID" Type="Int32" /&amp;gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;                    &amp;lt;/UpdateParameters&amp;gt;&lt;/p&gt;
&lt;p&gt;                &amp;lt;/ISDataSource:ISDataSourceTable&amp;gt;&lt;/p&gt;
&lt;p /&gt;
&lt;p&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;Adam&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p /&gt;</description></item><item><title>Work with parameters</title><link>http://www.intersoftsolutions.com/Community/ISDataSource/</link><pubDate>Tue, 18 Dec 2012 10:29:19 GMT</pubDate><dc:creator>fernando.pablo@kcc.com</dc:creator><description>&lt;p&gt;Anyboy know how can to pass 3 parameters to my ISDatasource, and another question, its possible to get some examples to wok with Chidtables, please?&lt;/p&gt;
&lt;p&gt;Thanks in advance.&lt;/p&gt;
&lt;p&gt;Regards&lt;/p&gt;</description></item><item><title>Connecting with ISDataSource at runtime using dynamic dataset, </title><link>http://www.intersoftsolutions.com/Community/ISDataSource/</link><pubDate>Fri, 31 Aug 2012 14:09:18 GMT</pubDate><dc:creator>throstur62</dc:creator><description>&lt;p&gt;Hi,&lt;br /&gt;In my app. I have a datastructure that has dynamic number of columns (and rows). It is a report. I retrieve data from the database and build a DataSet runtime to hold the data. I define the tables, columns in eahc table, etc. Actualy there is only one table, but as I say the number of columns is dynamic. Then I bind this DataSet to a WebGrid. All works fine untill the number of rows x columns increases, building the WebGrid is very time consuming on the web server (typicaly when rows x columns &amp;gt; 168 x 8.&lt;br /&gt;&lt;br /&gt;So I thought the solution would be to bind the WebGrid with a ISDataSource in code. But how can I create a ISDataSource in code when there is no schema name. There is no need for a GetData method ad the DataSet table is already populated, when I want to bind the WebGrid to the ISDataSource in the InitializeDataSource event.&lt;/p&gt;
&lt;p&gt;Is there any solution to this?&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&lt;/p&gt;</description></item><item><title>Can anyone point me in the right direction for SCRIPT5007 Error in I.E?</title><link>http://www.intersoftsolutions.com/Community/ISDataSource/</link><pubDate>Thu, 22 Mar 2012 19:47:33 GMT</pubDate><dc:creator>usejwat</dc:creator><description>&lt;p&gt;I have the same problem but on my development machine. I just took over a project that uses several Intersoft controls. I get the error: &lt;/p&gt;&lt;span style="font-family: consolas; color: red; font-size: 10pt"&gt;&lt;p class="MsoNormal" style="line-height: 14pt; margin: 0in 0in 0pt 15pt; mso-layout-grid-align: none"&gt;&lt;span style="font-family: consolas; color: red; font-size: 10pt"&gt;SCRIPT5007: The value of the property 'InitWebPaneManager' is null or undefined, not a Function object &lt;br /&gt;&lt;a href="http://www.intersoftpt.com/Community/WebDesktop/Deployment-Problem/0"&gt;&lt;span style="color: #0066cc"&gt;Default.aspx, line 423 character 1&lt;/span&gt;&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNormal" style="line-height: 14pt; margin: 0in 0in 0pt 15pt; mso-layout-grid-align: none"&gt;&lt;span style="font-family: consolas; color: red; font-size: 10pt"&gt;SCRIPT5007: The value of the property 'OnWebPMRSC' is null or undefined, not a Function object &lt;br /&gt;&lt;a href="http://www.intersoftpt.com/Community/WebDesktop/Deployment-Problem/0"&gt;&lt;span style="color: #0066cc"&gt;Default.aspx, line 422 character 1&lt;/span&gt;&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNormal" style="line-height: 14pt; margin: 0in 0in 0pt 15pt; mso-layout-grid-align: none"&gt;&lt;span style="font-family: consolas; color: red; font-size: 10pt"&gt;SCRIPT5009: 'IS' is undefined &lt;br /&gt;&lt;a href="http://www.intersoftpt.com/Community/WebDesktop/Deployment-Problem/0"&gt;&lt;span style="color: #0066cc"&gt;Default.aspx, line 439 character 1&lt;/span&gt;&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNormal" style="line-height: 14pt; margin: 0in 0in 0pt 15pt; mso-layout-grid-align: none"&gt;&lt;span style="font-family: consolas; color: red; font-size: 10pt"&gt;SCRIPT5007: The value of the property 'OnWebPMRSC' is null or undefined, not a Function object &lt;br /&gt;&lt;a href="http://www.intersoftpt.com/Community/WebDesktop/Deployment-Problem/0"&gt;&lt;span style="color: #0066cc"&gt;Default.aspx, line 422 character 1&lt;/span&gt;&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNormal" style="line-height: 14pt; margin: 0in 0in 0pt 15pt; mso-layout-grid-align: none"&gt;&lt;span style="font-family: consolas; color: red; font-size: 10pt"&gt;&lt;/span&gt;&lt;/p&gt;&lt;/span&gt;
&lt;p class="MsoNormal" style="line-height: 14pt; margin: 0in 0in 0pt 15pt; mso-layout-grid-align: none"&gt;&lt;span style="font-family: consolas; color: red; font-size: 10pt"&gt;&lt;span style="color: #000000"&gt;As well as several others when trying to run my app.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal" style="line-height: 14pt; margin: 0in 0in 0pt 15pt; mso-layout-grid-align: none"&gt;&lt;span style="font-family: consolas; color: red; font-size: 10pt"&gt;&lt;span style="color: #000000"&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal" style="line-height: 14pt; margin: 0in 0in 0pt 15pt; mso-layout-grid-align: none"&gt;&lt;span style="font-family: consolas; color: red; font-size: 10pt"&gt;&lt;span style="color: #000000"&gt;It actually looks like some script is not getting written when the page is rendered on the client. I have tried it using Crome, I.E. 9 and FireFox all with the same error.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal" style="line-height: 14pt; margin: 0in 0in 0pt 15pt; mso-layout-grid-align: none"&gt;&lt;span style="font-family: consolas; color: red; font-size: 10pt"&gt;&lt;span style="color: #000000"&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal" style="line-height: 14pt; margin: 0in 0in 0pt 15pt; mso-layout-grid-align: none"&gt;&lt;span style="font-family: consolas; color: red; font-size: 10pt"&gt;&lt;span style="color: #000000"&gt;As I said, I just took over the project so I had to unregister the licenses on the former developers machine and then reregistered them on my own after tech support said they had me setup.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal" style="line-height: 14pt; margin: 0in 0in 0pt 15pt; mso-layout-grid-align: none"&gt;&lt;span style="font-family: consolas; color: red; font-size: 10pt"&gt;&lt;span style="font-size: 0pt"&gt;&lt;/span /&gt;&lt;p class="MsoNormal" style="line-height: 14pt; margin: 0in 0in 0pt 15pt; mso-layout-grid-align: none"&gt;&lt;span style="font-family: consolas; color: red; font-size: 10pt"&gt;Any help in this scenario?&lt;/span&gt;&lt;/p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;</description></item><item><title>ISDataSourceControl Trial version can only be used in localhost.</title><link>http://www.intersoftsolutions.com/Community/ISDataSource/</link><pubDate>Tue, 28 Feb 2012 14:50:52 GMT</pubDate><dc:creator>pwbriggs23</dc:creator><description>&lt;p&gt;I have a valid license for the WebScheduler product and everything is running great on a temporary server. I am trying to get my current application working on a production server but I keep getting the following error:&lt;em&gt;ISDataSourceControl Trial version can only be used in localhost. To use ISDataSourceControl in production server, please obtain licensed version. Visit http://www.intersoftpt.com for more information.&lt;/em&gt;&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;I have tried everything...reinstall, license manager, etc. and I cannot get this working. Do I need to buy a license for the ISDataSourceControl too? If so why does my temp server work great?&lt;/p&gt;
&lt;p&gt;Please help!&lt;/p&gt;</description></item><item><title>Search problem with paging operation when using ISDataSource </title><link>http://www.intersoftsolutions.com/Community/ISDataSource/</link><pubDate>Tue, 30 Aug 2011 10:48:31 GMT</pubDate><dc:creator>gavin</dc:creator><description>&lt;p&gt;&lt;span style="font-size: 11pt"&gt;Hi , &lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size: 11pt"&gt;&amp;nbsp; I meet a&amp;nbsp; problem of paging operation when I use ISDataSource . The data of webgrid is displayed&amp;nbsp;through paging operation . When&amp;nbsp;I want to search&amp;nbsp;some information , I pass parameters with ControlParameter of ISDataSource . The data of first page is displayed normally , however , the data of second page is&amp;nbsp;not sifted&amp;nbsp;according to the parameters&amp;nbsp;.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;   &lt;span style="font-size: 11pt"&gt;When I debug&amp;nbsp;my code &amp;nbsp;, I find the parameters I passed is normal when the data of first page is displayed . But the parameters I passed is null&amp;nbsp;after&amp;nbsp;I click the&amp;nbsp;icon of next page in the footer&amp;nbsp;of webgrid , and the data of webgrid is showed&amp;nbsp;without sifting . &lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size: 11pt"&gt;&amp;nbsp; I want to know why . Anyone can help me ? Thanks a lot . &lt;/span&gt;&lt;/p&gt;</description></item><item><title>Update problem when using ISDataSource</title><link>http://www.intersoftsolutions.com/Community/ISDataSource/</link><pubDate>Sat, 20 Aug 2011 03:11:08 GMT</pubDate><dc:creator>gavin</dc:creator><description>&lt;p&gt;&lt;span style="font-size: 11pt"&gt;Hi , &lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size: 11pt"&gt;&amp;nbsp; I am tring to update the data in the webgrid , then there will be a alert said "update failure etc"&amp;nbsp;.&amp;nbsp;But in fact , the data in the webgrid is change and the data in the database is also change . It mean update success . &lt;pre&gt;&amp;lt;ISDataSource:ISDataSource runat="server" ID="IDS1" SchemaName="Bizlogic.DB_Frame_CustomPageSetting"&amp;gt;
      &amp;lt;Tables&amp;gt;
           &amp;lt;ISDataSource:ISDataSourceTable SelectMethod="Select" TypeName="Bizlogic.DB_Frame_CustomPageSetting"
 TableName="DB_Frame_CustomPageSetting" EnablePaging="true" SelectCountMethod="SelectCount"&amp;gt;
                 &amp;lt;SelectParameters&amp;gt;
                     &amp;lt;asp:QueryStringParameter Name="categoryNum" DbType="String" QueryStringField="ParentCategoryNum" /&amp;gt;
                 &amp;lt;/SelectParameters&amp;gt;
            &amp;lt;/ISDataSource:ISDataSourceTable&amp;gt;
       &amp;lt;/Tables&amp;gt;
&amp;lt;/ISDataSource:ISDataSource&amp;gt;&lt;/pre&gt;

&lt;p&gt;   The code above I used is to bind to webgrid , and the update method I used is OnBatchUpdate . The image in the attach file is that alert .&lt;/p&gt;
&lt;p&gt;  Anyone can help me ? Thanks a lot !&lt;/p&gt;&lt;/span&gt;&lt;/p&gt;</description></item><item><title>insert Problem using isdatasource</title><link>http://www.intersoftsolutions.com/Community/ISDataSource/</link><pubDate>Tue, 28 Jun 2011 16:03:13 GMT</pubDate><dc:creator>schau</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I'm trying to do an insert into a table (t_log_entry) and I got this error that says "column dtopened does not allow null".  I have a date value in that field and it still gives me that error.  I'm using isdatasource.  Please see image provided.  thanks for your help.&lt;/p&gt;</description></item><item><title>Urgent ! Issue when referencing ISNET.Data.Linq and ISDatasource in 2011 release</title><link>http://www.intersoftsolutions.com/Community/ISDataSource/</link><pubDate>Thu, 26 May 2011 06:27:35 GMT</pubDate><dc:creator>pchanez</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;We have a serious issue using WebUI Studio 2011. When we referenced and use ISNET.Data.Linq and ISDatasource together, we get a System.OutOfMemory (see the attached pictures).&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;The zip file contains a mini projet to reproduce the issue, including all the intersoft dll we are using.&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;Thanks for your help ... this is completly blocking our project at the moment&lt;/p&gt;
&lt;p&gt;-patrick-&lt;br /&gt;&lt;/p&gt;
</description></item></channel></rss>