C# How to Implement Proper Separation of Concerns in Your Web Forms Application What is Separation of Concerns?Development today is not what it used to be. Applications are often far too large for any one person to maintain. Most large applications now require fairly large
ASP.NET What to do when your ASP.NET Custom Validator Control isn't firing. Don't be like me and debug a custom validator control for hours trying to figure out why it's ServerValidate event won't fire. Instead read this question and discover the magic that is ValidateEmptyText=