by Johan Meyer | Dec 14, 2013 | .NET, Development
Recently I created a post to show you how to create a custom control with two-way binding. I will now use this same project and add validation to this custom control text box. This web control will inherit from the TextBox web control, and will automatically add a...
by Johan Meyer | Dec 11, 2013 | Development, Tips & Tricks, Windows
Have you ever had a Virtual Hard disk file (VHD) from VMware and wanted to load it inside a Oracle Virtual Box environment. Well it is actually very easy to open VMware inside Virtual Box and you don’t have to convert the .vhd to .vdi. When you add a vhd to...
by Johan Meyer | Dec 8, 2013 | Development, K2 Blackpearl
I have recently had a lot of K2 development on my hands. I came across an issue where I had to upload files to a custom table from a K2 Smart Form. I will show you step by step how accomplish this using K2 BlackPearl SmartForms and a custom database table without...
by Johan Meyer | Dec 5, 2013 | .NET, Development
A few people asked me recently how you can add a custom control inside a GridView and then allow two-way data binding to this custom user control. In this very short post I will explain how to do two-way data binding using .Net Framework 4.5, SQL and C#. I have also...