In this post we will learn about Easy way to remove special characters from string. There are many ways available to achieve this like we can use string.replace method we can also use regex and many more but there should be a simple c# method that should take care about this In this example I will …
Telerik’s Radgrid is a wonderful way to show all of your data but sometime something happens, which we never ever expected like RadGrid Column Being Displayed Empty If Its Contains Special Characters My case was that I need to show xml on the rad grid but rad grid displaying column all empty(No clue, what was happening wrong) only …
Hello world, in this article, I am gonna show you, How To Get Short Date String In Jquery In this post, I am gonna show you how we can get complete date without concatenating Date.getYear(), Date.getMonth(), and Date.getDay() each time. So I will create an extension method in jquery that will return complete date(How simple :)) …
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 …
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 …