How to setup a Wisej Web Application which communicates with a Website hosted in an iFrame

This time, I want to show you how to establish a communication between a Wisej web application and a website which is hosted in a WebBrowser control. The special feature here is that the WebBrowser control uses an iFrame object to show the external website. ...

Read more

All you need to know about Wisej Icon Packs

Wisej gives us a great flexibility to handle images in a Wisej application. A nice way to deal with images is to use Icon Packs. They are useful because they allow you to have all the pictures in an own assembly and you don't have to fiddle with strings in the code anymore. ...

Read more

Wisej - Using ComponentTools

This post is about the ComponentTool feature of Wisej and how to use it. The ComponentTools allow you to add extra functionality to many Wisej controls in an easy way. ...

Read more

How to deploy a Wisej Web Application: Step-by-Step Instruction

After finishing a business application migration to web, many customers ask us how to deploy their new web application. There are some things to keep in mind but when everything is configured correctly, it's quite easy. In this article I’m going to show you in a step-by-step instruction how to get a working deployment of your Wisej application. ...

Read more

Using HTML everywhere with Wisej: Controls

With Wisej, you can use HTML for many controls. For example, when utilizing a Label control, you can assign a string to the Text property which contains some HTML. In this blog post, I want to show you how to make use of plain HTML elements for the following controls: Label, CheckBox, ComboBox, ListBox, ListView, DataGridView – and how to handle a click event on these HTML elements at server-side. ...

Read more