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