I'm not sure if this is the correct newsgroup but from my research so far,
it seems to be.
I need to have a web page with information sent to another server for
processing (sql query, etc.) but instead of the information going directly
back to the browser, I need it to go to the original server for after
processing. I think that I will need to use webservices for this. Am I
correct? If so, is there any special book that gives good examples?
Thanks,
Ellie
Bruce Johnson [C# MVP] - 28 May 2005 22:09 GMT
Web services would cetrain accomplish what you describe. As for an example
of how to do this, pretty much any web service client code would illustrate
it. All you're really doing is adding the web service proxy class to your
ASP.NET project and invoking the appropriate methods.

Signature
Bruce Johnson [C# MVP]
http://www.objectsharp.com/blogs/bruce
> I'm not sure if this is the correct newsgroup but from my research so far,
> it seems to be.
[quoted text clipped - 8 lines]
>
> Ellie