I am looking for some help with my first C# web application connection to pull some data out.
I have the all the sample parameters to make the call via the web based query page, I specified all the values needed, once I press Query (Get), I get the data and the fields/properties that I was looking for.
Now I want to translate all this to a C# web page to integrate in a web based application.
I want to leverage the data in there, but would like some help on a sample example that shows this done via C# web application.
Thanks,