<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.2.3" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>
<channel>
	<title>Comments on: How to call an ASP.NET C# web service that queries a database table and show the results in a GridView</title>
	<link>http://www.csharpuniversity.com/2009/03/14/how-to-call-an-aspnet-c-web-service-that-queries-a-database-table-and-show-the-results-in-a-gridview/</link>
	<description>Quality ASP.NET/C#/SQL Server tutorials, examples, videos and advice</description>
	<pubDate>Thu, 09 Feb 2012 18:01:49 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.2.3</generator>

	<item>
		<title>By: bms</title>
		<link>http://www.csharpuniversity.com/2009/03/14/how-to-call-an-aspnet-c-web-service-that-queries-a-database-table-and-show-the-results-in-a-gridview/#comment-300</link>
		<dc:creator>bms</dc:creator>
		<pubDate>Mon, 15 Nov 2010 17:41:17 +0000</pubDate>
		<guid>http://www.csharpuniversity.com/2009/03/14/how-to-call-an-aspnet-c-web-service-that-queries-a-database-table-and-show-the-results-in-a-gridview/#comment-300</guid>
		<description>Outstanding! Thanks for the help...

I'll be using web services to develop a fairly heavy data driven web application which will also utilize the web services for iPhone consumption as well, seeing as how my db is mssql and there are no real feasable ways to fetch data from the mssql db into an iPhone app (yet) aside from web services.

THANK YOU!</description>
		<content:encoded><![CDATA[<p>Outstanding! Thanks for the help&#8230;</p>
<p>I&#8217;ll be using web services to develop a fairly heavy data driven web application which will also utilize the web services for iPhone consumption as well, seeing as how my db is mssql and there are no real feasable ways to fetch data from the mssql db into an iPhone app (yet) aside from web services.</p>
<p>THANK YOU!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Francis</title>
		<link>http://www.csharpuniversity.com/2009/03/14/how-to-call-an-aspnet-c-web-service-that-queries-a-database-table-and-show-the-results-in-a-gridview/#comment-75</link>
		<dc:creator>Francis</dc:creator>
		<pubDate>Fri, 24 Apr 2009 13:41:25 +0000</pubDate>
		<guid>http://www.csharpuniversity.com/2009/03/14/how-to-call-an-aspnet-c-web-service-that-queries-a-database-table-and-show-the-results-in-a-gridview/#comment-75</guid>
		<description>I share the same opinion with the previous post, but in my case the records in the gridview should be transposed, meaning that
griview.row[1].collumn[1] -&#62; fieldname[1]
griview.row[2].collumn[1] -&#62; fieldname[2]
griview.row[3].collumn[1] -&#62; fieldname[3]
...
griview.row[n].collumn[1] -&#62; fieldname[n]

and

griview.row[1].collumn[2] -&#62; fieldname[1].value[1]
griview.row[2].collumn[2] -&#62; fieldname[2].value[1]
griview.row[3].collumn[2] -&#62; fieldname[3].value[1]
...
griview.row[n].collumn[2] -&#62; fieldname[n].value[1]

how can I do this?
thank you all</description>
		<content:encoded><![CDATA[<p>I share the same opinion with the previous post, but in my case the records in the gridview should be transposed, meaning that<br />
griview.row[1].collumn[1] -&gt; fieldname[1]<br />
griview.row[2].collumn[1] -&gt; fieldname[2]<br />
griview.row[3].collumn[1] -&gt; fieldname[3]<br />
&#8230;<br />
griview.row[n].collumn[1] -&gt; fieldname[n]</p>
<p>and</p>
<p>griview.row[1].collumn[2] -&gt; fieldname[1].value[1]<br />
griview.row[2].collumn[2] -&gt; fieldname[2].value[1]<br />
griview.row[3].collumn[2] -&gt; fieldname[3].value[1]<br />
&#8230;<br />
griview.row[n].collumn[2] -&gt; fieldname[n].value[1]</p>
<p>how can I do this?<br />
thank you all</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: J.E.</title>
		<link>http://www.csharpuniversity.com/2009/03/14/how-to-call-an-aspnet-c-web-service-that-queries-a-database-table-and-show-the-results-in-a-gridview/#comment-71</link>
		<dc:creator>J.E.</dc:creator>
		<pubDate>Tue, 14 Apr 2009 17:07:51 +0000</pubDate>
		<guid>http://www.csharpuniversity.com/2009/03/14/how-to-call-an-aspnet-c-web-service-that-queries-a-database-table-and-show-the-results-in-a-gridview/#comment-71</guid>
		<description>VERY helpful!  Would like an article on how to publish the webservice to a server and then deploy the webapp so that I can actually run this outside the development environment!</description>
		<content:encoded><![CDATA[<p>VERY helpful!  Would like an article on how to publish the webservice to a server and then deploy the webapp so that I can actually run this outside the development environment!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tas</title>
		<link>http://www.csharpuniversity.com/2009/03/14/how-to-call-an-aspnet-c-web-service-that-queries-a-database-table-and-show-the-results-in-a-gridview/#comment-61</link>
		<dc:creator>Tas</dc:creator>
		<pubDate>Tue, 24 Mar 2009 15:34:35 +0000</pubDate>
		<guid>http://www.csharpuniversity.com/2009/03/14/how-to-call-an-aspnet-c-web-service-that-queries-a-database-table-and-show-the-results-in-a-gridview/#comment-61</guid>
		<description>Your articles have been put together really well and Im finding them quite usefull. Would you be writing anything on Mobile Development?</description>
		<content:encoded><![CDATA[<p>Your articles have been put together really well and Im finding them quite usefull. Would you be writing anything on Mobile Development?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

