﻿<?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 - ISDataSource - Stored Procedure with Input Parameters</title><link>http://www.intersoftsolutions.com/Community/ISDataSource/ISDataSource---Stored-Procedure-with-Input-Parameters/</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/ISDataSource---Stored-Procedure-with-Input-Parameters/</link><pubDate>Thu, 28 Aug 2014 21:44:01 GMT</pubDate><dc:creator>Hans</dc:creator><category>ISDataSource</category><description>Hello,&lt;br&gt;&lt;br&gt;You’re welcome.&lt;br&gt;Should you have further question, please do not hesitate to contact us.&lt;br&gt;&lt;br&gt;Regards,&lt;br&gt;Hans K.</description></item><item><title>ISDataSource - Stored Procedure with Input Parameters</title><link>http://www.intersoftsolutions.com/Community/ISDataSource/ISDataSource---Stored-Procedure-with-Input-Parameters/</link><pubDate>Thu, 28 Aug 2014 09:21:00 GMT</pubDate><dc:creator>cvgierloff</dc:creator><category>ISDataSource</category><description>&lt;p&gt;Hello - Yes that solution did resolve the issue.&amp;nbsp; Thanks!&lt;br&gt;&lt;/p&gt;</description></item><item><title>ISDataSource - Stored Procedure with Input Parameters</title><link>http://www.intersoftsolutions.com/Community/ISDataSource/ISDataSource---Stored-Procedure-with-Input-Parameters/</link><pubDate>Tue, 19 Aug 2014 22:32:16 GMT</pubDate><dc:creator>Hans</dc:creator><category>ISDataSource</category><description>&lt;p&gt;Hello,&lt;br&gt;&lt;br&gt;Is the solution that you found have resolved your issue?&lt;br&gt;&lt;br&gt;Regards,&lt;br&gt;Hans K.&lt;br&gt;&lt;/p&gt;</description></item><item><title>ISDataSource - Stored Procedure with Input Parameters</title><link>http://www.intersoftsolutions.com/Community/ISDataSource/ISDataSource---Stored-Procedure-with-Input-Parameters/</link><pubDate>Tue, 19 Aug 2014 09:39:26 GMT</pubDate><dc:creator>cvgierloff</dc:creator><category>ISDataSource</category><description>&lt;p&gt;Hello - I reviewed the sample and made the following changes: 1) Changed the stored procedure to accept varchar(10) datatype (i.e. handles date string in mm/dd/yyyy format), 2) Updated the dataset, 3) The ISDataSource parameters are now set to 'String' datatype. The problem is that the value of the text boxes is still not being passed to the stored procedure. I have a trap in the stored procedure to handle null values and that is being executed. Is there no way to pass parameters to a stored procedure via ISDataSource?&lt;/p&gt;&lt;p&gt;Found solution... It didn't click that select parameters for ISDataSource can be set like a "regular" asp.net SqlDataSource. Thus, I'm setting the defaults as in the following example.&amp;nbsp; &lt;br&gt;&lt;/p&gt;&lt;p&gt;ISDataSource1.Tables(0).SelectParameters("MinEffDate").DefaultValue = Today.ToShortDateString&lt;br&gt;&lt;/p&gt;</description></item><item><title>ISDataSource - Stored Procedure with Input Parameters</title><link>http://www.intersoftsolutions.com/Community/ISDataSource/ISDataSource---Stored-Procedure-with-Input-Parameters/</link><pubDate>Mon, 18 Aug 2014 22:27:34 GMT</pubDate><dc:creator>Hans</dc:creator><category>ISDataSource</category><description>&lt;p&gt;Hello,&lt;br&gt;&lt;br&gt;You could go to the ISDataSource Samples Solution from:&lt;br&gt;Start &amp;gt; All Programs &amp;gt; Intersoft WebUI Studio 2014 R1 &amp;gt; WebUI Studio for ASP.NET &amp;gt; ISDataSource &amp;gt; C# Samples.&lt;br&gt;&lt;br&gt;Or you acces the physical location of the file is: "%ProgramFiles%\Intersoft Solutions\Intersoft Premier Studio 2014 R1\Samples\For ASP.NET\ISNet.WebUI.Samples\cs\ISDataSource\UsingSortParameterName.aspx&lt;br&gt;&lt;br&gt;Regards,&lt;br&gt;Hans K.&lt;br&gt;&lt;/p&gt;</description></item><item><title>ISDataSource - Stored Procedure with Input Parameters</title><link>http://www.intersoftsolutions.com/Community/ISDataSource/ISDataSource---Stored-Procedure-with-Input-Parameters/</link><pubDate>Mon, 18 Aug 2014 10:38:00 GMT</pubDate><dc:creator>cvgierloff</dc:creator><category>ISDataSource</category><description>&lt;p&gt;Thank you!&amp;nbsp; I'm having some difficulty locating this page in the samples.&amp;nbsp; Would you have the complete URL?&lt;br&gt;&lt;/p&gt;</description></item><item><title>ISDataSource - Stored Procedure with Input Parameters</title><link>http://www.intersoftsolutions.com/Community/ISDataSource/ISDataSource---Stored-Procedure-with-Input-Parameters/</link><pubDate>Mon, 18 Aug 2014 05:05:50 GMT</pubDate><dc:creator>Hans</dc:creator><category>ISDataSource</category><description>Hello,&lt;br&gt;&lt;br&gt;You could see the example about input parameter in ISDataSourse from ISDataSource Samples Solution.&lt;br&gt;For example, you could review “UsingSortParameterName.aspx” page, to see the result.&lt;br&gt;&lt;br&gt;After have review on your code, the issue occurs, due to you pass an incorrect input type to the ISDataSource.&lt;br&gt;&lt;br&gt;You get the input value from ASP.Net TextBox (MinEffDate) which is has a String type.&lt;br&gt;However, in ISDataSource, the parameter (MinEffDate) has a DateTime type.&lt;br&gt;&lt;br&gt;Please kindly ensure the input and parameter in ISDataSource has a same type, like in “UsingSortParameterName.aspx” page.&lt;br&gt;&lt;br&gt;Thank you.&lt;br&gt;&lt;br&gt;Regards,&lt;br&gt;Hans K.</description></item><item><title>ISDataSource - Stored Procedure with Input Parameters</title><link>http://www.intersoftsolutions.com/Community/ISDataSource/ISDataSource---Stored-Procedure-with-Input-Parameters/</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></channel></rss>