Thanks for the ideas.
I wish to stay with the Indy toolbox for Delphi.
In this example I have a Client screen developed under Expression Web, that has a form with 3 fields on it and a Submit button. I am using MS Edge as the web browser.
On the server at Submit I receive the 3 data fields, and process their data. I now want to send back data to those 3 fields for display to the user.
I had expected there to be something like the RequestInfo.Params in the ResponseInfo structure, where I can set the new field data and send back to the Client.
What am I missing here?
I wish to stay with the Indy toolbox for Delphi.
In this example I have a Client screen developed under Expression Web, that has a form with 3 fields on it and a Submit button. I am using MS Edge as the web browser.
On the server at Submit I receive the 3 data fields, and process their data. I now want to send back data to those 3 fields for display to the user.
I had expected there to be something like the RequestInfo.Params in the ResponseInfo structure, where I can set the new field data and send back to the Client.
What am I missing here?