Adding the AutoSuggest Feature to a UserComboBox in Wisej

This time, I want to show you how to add the AutoSuggest feature to a UserComboBox in Wisej. In my previous article, I described the VirtualMode of the Wisej DataGridView control. That's why I decided to take a DataGridView control as the DropDownControl for the UserComboBox now. So it suggests itself that as a next step you can combine these two lessons to get a ComboBox with AutoSuggest and take advantage of the VirtualMode from the DataGirdVie ...

Read more

Using Wisej’s DataGridView VirtualMode to implement a Database Paging with SQL Server 2016

In some cases, it is necessary to load many rows from a database table into a DataGridView but this can result in performance issues. Fortunately, Wisej provides a kind of VirtualMode, which gives us the possibility to fetch the data from the database when we really need it. ...

Read more

Wisej: End User Session when Closing Browser or Tab

We mainly migrate non-web business applications to web applications with the help of Wisej. The customer's code is in general very sensitive related to user permissions, active sessions and so on. Therefore, we had to find a way to safely close a user session when the user just closes the browser tab or the browser itself. ...

Read more

Development of Web Applications with Wisej: Introduction

In November 2016, the Ice Tea Group released the first version of the real-time web application framework Wisej. This framework provides the ability to develop business applications in C# or VB.NET and Visual Studio. Wisej is used to program Single Page Applications (SPA) or to migrate existing applications. In this and other articles I want to talk about the development of Wisej applications. ...

Read more