10-22-2019, 07:29 AM
This demo does exactly that:
https://github.com/Atozed/IntraWeb/tree/...essionList
However it doesn't show in a form because there is no form (forget about interactive services because they are deprecated).
You can:
a) do like the example below and create an administrative page for your application (it's good to keep it restricted/protected, though)
b) you can create a separate application which communicates with your service (there are several ways to do that) but I'd personally recommend this only if both applications are installed on the same machine
https://github.com/Atozed/IntraWeb/tree/...essionList
However it doesn't show in a form because there is no form (forget about interactive services because they are deprecated).
You can:
a) do like the example below and create an administrative page for your application (it's good to keep it restricted/protected, though)
b) you can create a separate application which communicates with your service (there are several ways to do that) but I'd personally recommend this only if both applications are installed on the same machine

