↧
How to return a DataTable from WCF service
In this article we will see how to return data from a SQL Server table as a DataTable object using WCF service and consume it in a Console application Introduction: In this article first we will create...
View ArticleGridView data binding in ASP.NET using WCF service
In this article I will explain how to bind data in a GridView from SQL Server database using a WCF Service Introduction In this article first we will create a WCF service to get data from a SQL Server...
View Article