Open a UserControl in another popup windows

0
0

 

Hi there,

I’m looking to open a popup window (currently opening within the main application) in a new external popup window using the Application.OpenWindow function.

My question is: How can I pass the URL of the control (UserControl, Form, etc.) to open it in another window?

Thanks and regards,

Marcelo Blank

 

  • You must to post comments
0
0

Follow an example

  • You must to post comments
0
0

Hi Alaa,

Thank you for your response.

I completely overlooked the option to create sub-applications…

Best regards,

 

  • You must to post comments
0
0

Hi Marcelo,

I would suggest two options:

  1. Create sub applications that handle this kind of logic, and just point the url to the method call; OR
  2. Handle the Application.HashChanged event and show a from there.

However, you’ll have to know that each separate Window or Tab in a browser has its own separate session, as a security feature of Wisej.NET a session can not be shared between Tabs or Windows.

HTH,
Alaa

  • You must to post comments
Showing 3 results
Your Answer

Please first to submit.