Month: February 2015

Validate Each Input Type Field For Null Values

During work, my requirement was to Validate Each Input Type Field For Null Values but I also don’t wanted to call one function for each input type field like document.ready(function () { $('#input1').on('onchange', functionName); $('#input2').on('onchange', functionName); $('#input3').on('onchange', functionName); }); Any my another requirement was that I need all input type fields except hidden fields, so in order to …

Updates Not Being Reflected in Azure Website

In this article I will demonstrate that how we can fix issue of  “Updates Not Being Reflected in Azure Website” Sometimes things are not in our hand and this frustrate us. So the main question is why its happening?  Why Updates Not Being Reflected in Azure Website? Well I also don’t know exactly why changes not being reflected on …