Comments on: How to call an ASP.NET C# web service that queries a database table and show the results in a GridView /2009/03/14/how-to-call-an-aspnet-c-web-service-that-queries-a-database-table-and-show-the-results-in-a-gridview/ Quality ASP.NET/C#/SQL Server tutorials, examples, videos and advice Tue, 26 May 2009 02:20:32 +0000 http://wordpress.org/?v=2.2.3 By: Francis /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 Francis Fri, 24 Apr 2009 13:41:25 +0000 /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 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] -> fieldname[1] griview.row[2].collumn[1] -> fieldname[2] griview.row[3].collumn[1] -> fieldname[3] ... griview.row[n].collumn[1] -> fieldname[n] and griview.row[1].collumn[2] -> fieldname[1].value[1] griview.row[2].collumn[2] -> fieldname[2].value[1] griview.row[3].collumn[2] -> fieldname[3].value[1] ... griview.row[n].collumn[2] -> fieldname[n].value[1] how can I do this? thank you all 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] -> fieldname[1]
griview.row[2].collumn[1] -> fieldname[2]
griview.row[3].collumn[1] -> fieldname[3]

griview.row[n].collumn[1] -> fieldname[n]

and

griview.row[1].collumn[2] -> fieldname[1].value[1]
griview.row[2].collumn[2] -> fieldname[2].value[1]
griview.row[3].collumn[2] -> fieldname[3].value[1]

griview.row[n].collumn[2] -> fieldname[n].value[1]

how can I do this?
thank you all

]]>
By: J.E. /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 J.E. Tue, 14 Apr 2009 17:07:51 +0000 /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 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! 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!

]]>
By: Tas /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 Tas Tue, 24 Mar 2009 15:34:35 +0000 /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 Your articles have been put together really well and Im finding them quite usefull. Would you be writing anything on Mobile Development? Your articles have been put together really well and Im finding them quite usefull. Would you be writing anything on Mobile Development?

]]>