OK. I just want to know if this can be done.
I m using C# asp.net language.
I want to send a structure to a webserver from a webpage (much like you you can pass a structure to a function). The server would act on the data found in the structure, and then return back the structure (with its contents modified) to the "client" webpage. The webpage would then, based on the data received, do a particular task.
is it possible that information be passed between webpages & servers just like functions? If not, is there any way that i may be able to accomplish what was said above?