I saw this 3d but I don’t understand… (https://wisej.com/support/question/share-session-variables-with-aspx-page)
Is there a way to share session data from WiseJ controls to .NET pages (or MVC)?
I would like to implement a hybrid asp.net / wisej application (workspace with asp.net and forms [only forms] with Wisej)
(With visual web gui you could share the session)
The workaround is a shared database?
thanks in advance
I don’t understand what you are trying to do, if you want to share a small solution maybe I can give you more detailed into. In general, Wisej is a framework, it’s not a set of controls for ASP.NET. You can use any asp.net control in wisej or any asp.net page. You can use a Wisej application in an iframe in asp.net.
If the asp.net control is used from wisej then the entire wisej system is available to asp.net using the Wisej.Web.Application class.
However, if Wisej is loaded from ASP.NET it will not have access to ASP.NET session object becasue Wisej uses the session-less IHttpHandler interface.
See this for more information: https://wisej.com/support/question/httpcontext-current-session-is-null
Thanks a lot
The goal should be to have a workspace page (“default.aspx”), with native .NET controls (without Wisej). The “workspace” application is already ready.
With Wisej I would like to implement only custom forms that can be viewed through links (window1,2,3,4 …) opened by jquery (or bootstrap)
I attach a demo project (simple… very simple… 🙂 ).
Does the solution (and code) seem to you logically correct?
Please login first to submit.