Hi All,
Is Windows service in .net retrun a value???? if not is there any another way to access data using service???
plzz reply urgent
Thanks
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.
Manikavelu VelayuthamPosted Nov 9, 2010, 1:57 AM
here is a sample example of your requirement.
please go through it and let me know if you still need any help.
http://msdn.microsoft.com/en-us/magazine/cc163821.aspx
Soft CornerPosted Nov 9, 2010, 1:25 AM
Thanks for reply.. I have Called my ownd created Windows service from web apps (.Net 3.5). in web page there is 1 gridview i placed. now i need to display data in this gridview using windows service. thats why i was asking is there any return type for windws service or any othr way...
Manikavelu VelayuthamPosted Nov 9, 2010, 1:14 AM
You can output the values in text files, or you can write up the values in event logger, its upto you to decide which one to chose based on your requirement.