Tale of an ‘asp:Content control that do not correspond with asp:ContentPlaceHolder’ Master Page Error

If, like me, you are so unlucky to encounter the infamous: ‘The page has one or more <asp:Content> control that do not correspond with <asp:ContentPlaceHolder> control in master page.’ Figure 1 - The designer showing the master page


Css and JavaScript file minification

Performing the minification of your custom JavaScript and Css files is usually a good practice to follow when deploying your website in a production environment, but this usually makes doing ‘on the fly’ and ‘live’ modification to those files nearly


ASP.NET - Tagging and Hiding the columns of a GridView

This is a simple trick that came into my mind working on a legacy ASP.NET application, the scenario is: we have a series of components that use a GridView to show some data, each GridView have several columns and according to the situation some...