- Oct 11, 1999
- 7,804
- 1
- 0
I was wondering if there was a way to update data (say XML data or database records) on a ASP.net server running VB.net from a client program without using a browser.
I've been reading up on ASP.NET and all examples/tutorials I can find involve text fields and buttons on a website that a human has to interact with.
I'm looking for a way to do it with a client program where all I have to do is click OK and it will update records on a webserver by reading data from a local file.
Thanks.
I've been reading up on ASP.NET and all examples/tutorials I can find involve text fields and buttons on a website that a human has to interact with.
I'm looking for a way to do it with a client program where all I have to do is click OK and it will update records on a webserver by reading data from a local file.
Thanks.