Click here to Skip to main content
16,012,061 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hi
In my project Employee Records are there.

My Requirement is Search the employee using empNo. But using Wcf service.

I want the Create one Wcf service for find the employee and Retrieve the all details.
after bind the data in grid view.
Posted

Your WCF application would be sending data to the client application as an IEnumerable. This can then be used as a datasource to bind to GridView.
 
Share this answer
 
You can start with here[^].
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900