Hi
I am getting an issue while i am using this commands.
Button1.Text = “Please Wait…”
Application.Update(Button1)
This command is working fine on localhost but when i upload on my azure server it does not change the button text to please wait until the long process is finished
Thanks
Hi Zaeem,
Please make sure that you have WebSocket enabled on your server, if it’s not enabled, you can check the Wisej.NET Documentation | Updating UI for more info on how to update the UI without it!
HTH,
Alaa