Hi,
I have a app written in VB.Net with a grid on it.
The grids current datasource is a number datasets. I need to setup the datasets source from my web service now.
So on my web service side, that will talk to sql and pass the data back to the app. What is the best way of doing this?
Can i take the function from the web service called getData and return an xml string which is then the source for the dataset?
How would i then handle changes to the data going back thr the web service?
I may have leadng questions from the help given
thanks allot
ps. please do not just paste urls as answers!
Start Free Trial