fecher's Developer Blog
English Website >>
Kontaktieren Sie uns!

fecher's knowledge base for developers

fecher-Blog

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. ...