﻿<?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/Tags/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/Tags/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>Dynamically setting connection string to DataSet.xsd in ISDataSource event creates a problem</title><link>http://www.intersoftsolutions.com/Community/Tags/ISDataSource/</link><pubDate>Thu, 20 Mar 2014 19:46:34 GMT</pubDate><dc:creator>jig214@yahoo.com</dc:creator><category>ISDataSource</category><category>ConnectionString</category><description>&lt;p&gt;Hi Intersoft,&lt;/p&gt;
&lt;p&gt;I have to get the connection strings from database based on the site login and apply retrieved data to ISDatascource which inturn display the events,resources etc in the WebScheduler.&lt;/p&gt;
&lt;p&gt;So, i have written the required code in ISDataSource 's Object created event. This complete things works just fine, i mean... i would get the connection strings based on the login id and WebScheduler displays the resorces,events etc perfectly.&lt;/p&gt;
&lt;p&gt;But, i am stuck with an unknown exception "&lt;b&gt;Exception has been thrown by target of invocation&lt;/b&gt;" while creating an event, creating category etc (basically all insert statements) &lt;/p&gt;
&lt;p&gt;Displaying,deleting all things works as expected...but only insertion is problem.&lt;/p&gt;
&lt;p&gt;We have bought the WebUI studio licence and if you want our order id to provide premium support, please let us know. I would provide them seperately to any of your email. Also i have created a sample project with DB script to reproduce this issue which i can share with you too.&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size: 10pt;"&gt;Your help is much anticipated...thank you.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&lt;/p&gt;</description></item><item><title>Updating is not supported by ISDataSource...but UpdateMethod IS specified</title><link>http://www.intersoftsolutions.com/Community/Tags/ISDataSource/</link><pubDate>Mon, 20 Aug 2012 16:26:22 GMT</pubDate><dc:creator>pwbriggs23</dc:creator><category>ISDataSource</category><description>&lt;p&gt;I am suddenly getting this error and I don't know why. When I drag and drop an appointment, I get this "Updating is not supported..." error but the ISDataSource does have an UpdateMethod specified.&lt;/p&gt;&lt;span style="color: rgb(0, 0, 255); font-family: consolas; font-size: 13px;"&gt;&lt;span style="color: rgb(0, 0, 255); font-family: consolas; font-size: 13px;"&gt;&lt;span style="color: rgb(0, 0, 255); font-family: consolas; font-size: 13px;"&gt;&lt;pre&gt;&amp;lt;ISDataSource:ISDataSourceTable DeleteMethod="Delete" OldValuesParameterFormatString="Original_{0}" SelectMethod="GetData" TypeName="AHCS.dsScheduleTableAdapters.Alt_Get_ScheduleEventTableAdapter" &lt;strong&gt;UpdateMethod="Update"&lt;/strong&gt; TableName="Alt_Get_ScheduleEvent"&amp;gt;
                  &amp;lt;DeleteParameters&amp;gt;
                     &amp;lt;asp:Parameter Name="Pk_Schedule_ID" Type="Int32"&amp;gt;&amp;lt;/asp:Parameter&amp;gt;
                  &amp;lt;/DeleteParameters&amp;gt;
                  &amp;lt;SelectParameters&amp;gt;
                      &amp;lt;asp:Parameter Name="ClientID" Type="Int32"&amp;gt;&amp;lt;/asp:Parameter&amp;gt;
                      &amp;lt;asp:Parameter Name="StartDate" Type="DateTime"&amp;gt;&amp;lt;/asp:Parameter&amp;gt;
                      &amp;lt;asp:Parameter Name="EndDate" Type="DateTime"&amp;gt;&amp;lt;/asp:Parameter&amp;gt;
                  &amp;lt;/SelectParameters&amp;gt;
                  &amp;lt;UpdateParameters&amp;gt;
                      &amp;lt;asp:Parameter Name="EventID" Type="Int32"&amp;gt;&amp;lt;/asp:Parameter&amp;gt;
                      &amp;lt;asp:Parameter Name="CategoryID" Type="Int32"&amp;gt;&amp;lt;/asp:Parameter&amp;gt;
                  &amp;lt;/UpdateParameters&amp;gt;&lt;/pre&gt;&lt;pre&gt;&amp;lt;/ISDataSource:ISDataSourceTable&amp;gt;&lt;/pre&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;
&lt;p&gt;&lt;span style="color: rgb(0, 0, 255); font-family: consolas; font-size: 13px;"&gt;&lt;span style="color: rgb(0, 0, 255); font-family: consolas; font-size: 13px;"&gt;&lt;span style="color: rgb(0, 0, 255); font-family: consolas; font-size: 13px;"&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;span style="color: rgb(0, 0, 255); font-family: consolas; font-size: 13px;"&gt;&lt;span style="color: rgb(0, 0, 255); font-family: consolas; font-size: 13px;"&gt;&lt;span style="color: rgb(0, 0, 255); font-family: consolas; font-size: 13px;"&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;</description></item><item><title>Intersoft 2012 Holiday Offers Extends</title><link>http://www.intersoftsolutions.com/Community/Tags/ISDataSource/</link><pubDate>Tue, 03 Jan 2012 05:05:47 GMT</pubDate><dc:creator>MarTin</dc:creator><category>WebGrid</category><category>WebCombo</category><category>WebInput</category><category>WebDesktop</category><category>WebTreeView</category><category>WebScheduler</category><category>WebTextEditor</category><category>ISDataSource</category><category>WebUI Studio</category><category>ClientUI</category><description>&lt;p&gt;Dear valued customers,&lt;/p&gt;
&lt;p&gt;Happy New Year 2012 to all of you. We wish you peace, happiness, and abundant good health in the New Year.&lt;/p&gt;
&lt;p&gt;We would like to announce that our holiday offer has been extended until the end of January 2012. Please have a quick action to take this opportunity before the promo ends. For more information about this promo, click &lt;a href="http://www.intersoftpt.com/News/HolidayGiveaway2011.html" target="_blank"&gt;here&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Visit our &lt;a href="http://intersoftpt.com/store" target="_blank"&gt;online store&lt;/a&gt; to get your copy along with the free second copy gift today, or feel free to contact &lt;a href="mailto:martin@intersoftpt.com"&gt;martin@intersoftpt.com&lt;/a&gt; for any questions.&lt;/p&gt;
&lt;p&gt;Thank you for your support and we look forward to serving you in 2012.&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;Regards,&lt;br /&gt;Intersoft Team&lt;br /&gt;&lt;/p&gt;</description></item><item><title>Intersoft 2011 Holiday Offers Start Today</title><link>http://www.intersoftsolutions.com/Community/Tags/ISDataSource/</link><pubDate>Fri, 16 Dec 2011 05:03:45 GMT</pubDate><dc:creator>MarTin</dc:creator><category>WebGrid</category><category>WebCombo</category><category>WebInput</category><category>WebDesktop</category><category>WebTreeView</category><category>WebScheduler</category><category>WebTextEditor</category><category>ISDataSource</category><category>WebUI Studio</category><category>ClientUI</category><category>WebEssentials</category><description>&lt;p&gt;Dear valued customers,&lt;/p&gt;
&lt;p&gt;We are very happy to announce that our most popular holiday offer is back in this holiday season. If you purchase a 1-year subscription of any WebUI Studio editions, we will give another subscription for you – free of charge. For our existing customer, renew your ASP.NET or ClientUI Subscription and you will get a free upgrade to Premier.&lt;/p&gt;
&lt;p&gt;This great offer is only valid until 31st December 2011. Use this special moment and take advantage of this special holiday offer. You can get two subscription licenses for the price of one. For more information about this promo, click &lt;a href="http://intersoftpt.com/Corporate/News.aspx?page=News&amp;amp;EventId=209" target="_blank"&gt;here&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Visit our &lt;a href="http://intersoftpt.com/store" target="_blank"&gt;online store&lt;/a&gt; to get your copy along with the free second copy gift today, or feel free to contact &lt;a href="mailto:martin@intersoftpt.com"&gt;martin@intersoftpt.com&lt;/a&gt; for any questions.&lt;/p&gt;
&lt;p&gt;Thank you for your support and we look forward for your order.&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;Regards,&lt;br /&gt;Intersoft Team&lt;br /&gt;&lt;/p&gt;</description></item><item><title>WebUI Studio 2011 R2 Released</title><link>http://www.intersoftsolutions.com/Community/Tags/ISDataSource/</link><pubDate>Wed, 30 Nov 2011 03:08:09 GMT</pubDate><dc:creator>MarTin</dc:creator><category>WebGrid</category><category>WebCombo</category><category>WebInput</category><category>WebDesktop</category><category>WebTreeView</category><category>WebScheduler</category><category>WebTextEditor</category><category>ISDataSource</category><category>WebAqua</category><category>ClientUI</category><category>WebEssentials</category><description>&lt;p&gt;Dear valued customers,&lt;/p&gt;
&lt;p&gt;We are pleased to announce the release of Intersoft WebUI Studio 2011 R2. To get more information on the new controls available in R2 release, please have a quick tour in &lt;a href="http://www.intersoftpt.com/2011/" target="_blank"&gt;here&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;In addition to the new controls, this release also includes major enhancements to the resources consumption of all components. Thanks to all our customers and partners for the great support and invaluable feedback.&lt;/p&gt;
&lt;p&gt;Finally, click &lt;a href="http://www.intersoftpt.com/RequestTrial" target="_blank"&gt;here&lt;/a&gt; to download the latest WebUI Studio 2011 R2. Feel free to evaluate the products and I do hope that you satisfy with the new release.&lt;/p&gt;
&lt;p&gt;For availability, Intersoft WebUI Studio 2011 R2 can be purchased from our &lt;a href="http://intersoftpt.com/store" target="_blank"&gt;online store&lt;/a&gt;. Should you have any inquiries regarding sales and pricing, please do not hesitate to drop an email to &lt;a href="mailto:martin@intersoftpt.com"&gt;martin@intersoftpt.com&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Thank you for your support and enjoy the R2 products!&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;Regards,&lt;br /&gt;Intersoft Team&lt;/p&gt;</description></item><item><title>WebSlidingMenu cannot attack to ISDatasource</title><link>http://www.intersoftsolutions.com/Community/Tags/ISDataSource/</link><pubDate>Sat, 10 Sep 2011 00:50:23 GMT</pubDate><dc:creator>gkfahnbulleh@lakepiso.com</dc:creator><category>ISDataSource</category><category>WebSlidingMenu</category><description>&lt;p&gt;I cannot seem to connect to the ISDatasource or any DataSource on my form, using WebSlidingMenu&lt;br /&gt;&lt;/p&gt;</description></item><item><title>Why I can't choice Schema Name at ISDataSource at smart TAG...?</title><link>http://www.intersoftsolutions.com/Community/Tags/ISDataSource/</link><pubDate>Wed, 02 Mar 2011 22:23:30 GMT</pubDate><dc:creator>willshuang</dc:creator><category>ISDataSource</category><description>&lt;p&gt;Dear Sir:&lt;/p&gt;
&lt;p&gt;I can't choice the schema name at ISDataSource-&amp;gt;Choose Schema Definition-&amp;gt;Schema Name&lt;/p&gt;
&lt;p&gt;at dialogBox of ISDataSource SmartTAG, detail operation flow please reference my attachment file &lt;/p&gt;
&lt;p&gt;in project directory "\SchemaNotFound\QuestionDocument\ISDataSourceSchemaNotFound.exe"&lt;/p&gt;
&lt;p&gt;now I can set ISDataSource.SchemaName by my hand....&lt;/p&gt;
&lt;p&gt;but I think Intersoft Tool should not be......&lt;/p&gt;
&lt;p&gt;Can you tell me how to config it... Let .XSD Dataset class name can by choioce in your dialog box....&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;thanks a lot ...&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;</description></item><item><title>How to integrate ISWebTextEditor &amp; ISDataSrouce</title><link>http://www.intersoftsolutions.com/Community/Tags/ISDataSource/</link><pubDate>Tue, 28 Sep 2010 15:24:54 GMT</pubDate><dc:creator>mmikaeel2</dc:creator><category>ISDataSource</category><category>ISWebTextEditor</category><description>&lt;p&gt;&lt;!--[if gte mso 9]&gt;&lt;xml&gt;
 &lt;w:WordDocument&gt;
  &lt;w:View&gt;Normal&lt;/w:View&gt;
  &lt;w:Zoom&gt;0&lt;/w:Zoom&gt;
  &lt;w:PunctuationKerning/&gt;
  &lt;w:ValidateAgainstSchemas/&gt;
  &lt;w:SaveIfXMLInvalid&gt;false&lt;/w:SaveIfXMLInvalid&gt;
  &lt;w:IgnoreMixedContent&gt;false&lt;/w:IgnoreMixedContent&gt;
  &lt;w:AlwaysShowPlaceholderText&gt;false&lt;/w:AlwaysShowPlaceholderText&gt;
  &lt;w:Compatibility&gt;
   &lt;w:BreakWrappedTables/&gt;
   &lt;w:SnapToGridInCell/&gt;
   &lt;w:WrapTextWithPunct/&gt;
   &lt;w:UseAsianBreakRules/&gt;
   &lt;w:DontGrowAutofit/&gt;
  &lt;/w:Compatibility&gt;
  &lt;w:BrowserLevel&gt;MicrosoftInternetExplorer4&lt;/w:BrowserLevel&gt;
 &lt;/w:WordDocument&gt;
&lt;/xml&gt;&lt;![endif]--&gt;&lt;!--[if gte mso 9]&gt;&lt;xml&gt;
 &lt;w:LatentStyles DefLockedState="false" LatentStyleCount="156"&gt;
 &lt;/w:LatentStyles&gt;
&lt;/xml&gt;&lt;![endif]--&gt;&lt;!--[if gte mso 10]&gt;
&lt;style&gt;
 /* Style Definitions */
 table.MsoNormalTable
	{mso-style-name:"Table Normal";
	mso-tstyle-rowband-size:0;
	mso-tstyle-colband-size:0;
	mso-style-noshow:yes;
	mso-style-parent:"";
	mso-padding-alt:0cm 5.4pt 0cm 5.4pt;
	mso-para-margin:0cm;
	mso-para-margin-bottom:.0001pt;
	mso-pagination:widow-orphan;
	font-size:10.0pt;
	font-family:"Times New Roman";
	mso-ansi-language:#0400;
	mso-fareast-language:#0400;
	mso-bidi-language:#0400;}
&lt;/style&gt;
&lt;![endif]--&gt;

&lt;/p&gt;
&lt;p style="margin: 0cm 0cm 0.0001pt;"&gt;Hi,&lt;/p&gt;

&lt;p style="margin: 0cm 0cm 0.0001pt;"&gt;   Is it possible to make
those two components talk to each others?&lt;/p&gt;

&lt;p style="margin: 0cm 0cm 0.0001pt;"&gt;   I've an ISWebTextEditor
object and I need to read the data from the database using ISDataSource!&lt;/p&gt;

&lt;p style="margin: 0cm 0cm 0.0001pt;"&gt;   Please if you can pass
that to me ASAP with an example that will be great. I guess you need to put
that with your examples as well.&lt;/p&gt;

&lt;p style="margin: 0cm 0cm 0.0001pt;"&gt; &lt;/p&gt;

&lt;p style="margin: 0cm 0cm 0.0001pt;"&gt;Thanks,&lt;/p&gt;

&lt;p style="margin: 0cm 0cm 0.0001pt;"&gt;Maged&lt;/p&gt;

&lt;p class="MsoNormal"&gt; &lt;/p&gt;

&lt;p class="MsoNormal"&gt; &lt;/p&gt;
</description></item><item><title>Hyperfast WebCombo using  ISLinqDataSource </title><link>http://www.intersoftsolutions.com/Community/Tags/ISDataSource/</link><pubDate>Wed, 08 Sep 2010 15:34:25 GMT</pubDate><dc:creator>rvillela0@gmail.com</dc:creator><category>WebCombo</category><category>ISDataSource</category><description>&lt;p&gt;The sample indicates that "WebCombo.NET enables developer to bind millions of records without any performance loss" yet when I try to bind over 10,000 records, it salos way down. 100,000 records takes approximately 10 seconds for the page to load. Once loaded, it is Hyperfast! Are there some perfomance tips that I should be aware of? Would Load-on-Demand be a better option?&lt;/p&gt;</description></item></channel></rss>