Hi,
I have a web service that returns a dataset. This service works fine and I can see the returned dataset in the browser if I preview the web service. The service returns a specific employees ID, name, and position.
My ASP.Net web application needs to consume this service. When it receives the dataset, it should take the Employee ID, Employee Name, and the position and put it in corresponding text boxes on the asp.net form.
I am unable to get it to do this and can't find any code out there that shows me how to. Is a dataset the wrong way to return data like this? Does anyone have some sample code that can quickly show how to do something like this?
Thanks in advance!
Peter
I have a web service that returns a dataset. This service works fine and I can see the returned dataset in the browser if I preview the web service. The service returns a specific employees ID, name, and position.
My ASP.Net web application needs to consume this service. When it receives the dataset, it should take the Employee ID, Employee Name, and the position and put it in corresponding text boxes on the asp.net form.
I am unable to get it to do this and can't find any code out there that shows me how to. Is a dataset the wrong way to return data like this? Does anyone have some sample code that can quickly show how to do something like this?
Thanks in advance!
Peter