[SOLVED] A couple of questions about migrating

Answered Closed
0
0

Hi,

From the first looks I really think the project looks nice.  I have a couple of questions that I would like an answer for.

  1.  Can I use Telerik Kendo UI controls in WiseJ?
  2.  Can I use Google Maps javascript in WiseJ?
  3.  When I am trying to convert our login page from vwg we were storing the user in a session variable like System.Web.HttpContext.Current.Session[“user”] = value.  When I run the app I comes back with System.Web.HttpContext.Current being null so it can not set the value.  What is the recommended way to store information about the current users that are logged in?  Sorry if this is a bad question but this system has been out there for a long time.

Thanks you for any insight you can provide.

Tim Larson

  • You must to post comments
Best Answer
0
0

Hi Tim, here are the answers:

  1. Yes you can. There are several ways (about 3) of doing it. See:

https://wisej.com/support/question/how-to-load-the-a-third-part-control-css-file

https://docs.wisej.com/extensions/

https://wisej.com/extensions/

2. Yes. We will have Maps extension supporting Google and Bing maps. But you can refer to point 1 above if you’d like to add it yourself.

3. We don’t use ASP.NET session and there is no Http context available usually since Wisej runs mostly using WebSocket. You can store any session info in Application.Session: See https://docs.wisej.com/docs/controls/general/application#session-object. You can either save each value, or save an object  that  you use in your app with as many fields as you need.

HTH

 

Best,

Luca

 

  • You must to post comments
Showing 1 result