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.
Thanks you for any insight you can provide.
Tim Larson
Hi Tim, here are the answers:
https://wisej.com/support/question/how-to-load-the-a-third-part-control-css-file
https://docs.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