When a browser makes a call to a web service does the page get refreshed? I have used Remote Scripting, which allows you to call methods in another asp page WITHOUT refreshing your page. The limitations with Remote Scripting is that you can't send or receive structured data(arrays, object). Looks like web services are the tickets, but can't determine whether state is maintained when calling the web service.
Thanks
Thanks