So in this post, I will show how we can disable the auto-fill of RadAutoCompleteBox when tab key pressed. This is the best example if you want to auto-fill when the user selects an item from the auto fill or press enter. When press tab it should skip the auto fill and… read more →
I have seen a lot of good developer still use command prompt for all git work. I’m am one of them. There is a lot of git commands available but a few which most people don’t use. So we can do git tags to make things clean and easy visible last work… read more →
Hi, I was facing this issue while deploy my website to windows server IIS using MSWebDeploy. I love deploy websites using MS WebDeploy as it’s very easy to configure and one click push to server. But I got this problem this time. I did research and got a lot of weird ways… read more →
In this post, I will show how I fixed the error An authentication error has occurred. The function requested is not supported. while connecting with RDP. Earlier this RDP was working fine. But after I did windows update, it stopped working. Solution: Step1: Open a PowerShell window as Administrator. Step2: Copy &… read more →
Hi, I was having the same issue while implementing the multiple dropzones on the same page. So after pulling my hairs for a couple of hours, I found the solution for this issue. You have to add this line after the dropzone js file <script src=”~/lib/dropzone/dist/dropzone.js”> <script type=”text/javascript”> // Immediately after the… read more →
In this post, I will show how did I fix the issue of adding Swagger in the .net core. I was trying to install the Swagger in my first .net core project. I did it very easily in ASP.Net MVC very easily but getting issues with .net core. I installed the NuGet… read more →
I got a chance to work on the Microsoft Dynamics. I was very new to Dynamic CRM and a lot of challenges. I faced two major challenges 1. Create custom email template with Microsoft Dynamics. 2. Add a long date format into the email template eg: Thursday, September 7, 2017, at 12:00… read more →
Hi, Recently I was working on the Calculating HMACSHA256 using c# in PayByWay Payment Gateway. This payment gateway required the HMACSHA256 encryption and decryption. I spend many hours but didn’t get proper solution, At last I got the following code and did some customization as per my requirement and it works for… read more →
Hi friends, I installed the windows 8 its was working fine. When I plug in pen drive, it created two folders in my all drives with name $RECYCLE.BIN and System volume information. I remove the folder but it again showed in the drives. I thought its virus and bit stressed but after… read more →
As we all know Jquery DataTables is a plug-in for the jQuery Javascript library. It is a highly flexible tool, based upon the foundations of progressive enhancement, and will add advanced interaction controls to any HTML table. Its very easy to use and manage, we can manage datatable in one ajax hit,… read more →