03-28-2023, 03:56 PM
I have a main form and a second form.
I have a button on the second form to terminate session/app.
I open main than with a button click, I open my second form. On that form a hit a button that calls WebApplication.TerminateAndRedirect('some page')
Why is that instead of terminate and redirect to the specified page, the app return to the main form?
I have a button on the second form to terminate session/app.
I open main than with a button click, I open my second form. On that form a hit a button that calls WebApplication.TerminateAndRedirect('some page')
Why is that instead of terminate and redirect to the specified page, the app return to the main form?

