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 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...
by Johan Meyer | Mar 6, 2012 | .NET, Development, Reporting, Tips & Tricks
Have you ever wanted to create a report that enables you to print mailing labels? Well I will show you how to create a Microsoft Report Viewer report in Visual Studio that looks like the one in the Fig 1.1 Fig 1.1 For window forms you can try this link, I have tested...