Hi,
I have created one windows service (service1) in C#.net, now i want to display data in grid view using different windows application where i can access data using windows service (service1).
can anybody know how to do tht????
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Murali krishna AndePosted Nov 16, 2010, 5:42 AM
create one xml file with which u get the data using the service, and read that XML using the dataset. And set that dataset as gridview datasource.
From that u can fill up ur gridview\
Thanks
Murali krishna