Hi,
if I write a url with parameter for example http://localhost:30662/default?myvar=foo
wisej reload the Main and read with querystring the value in myvar. ok,
but for all the next time the Main is never call
how do I do?
Cristian
Hi Cristian,
It doesn’t call Main() again because it’s reloading the previous session and state of the application.
There are a few ways you can deal with this:
Let me know if you have any other issues or questions about this!
Best regards,
Levie
Please login first to submit.