30/04/2015 by Nitesh

How To Enable Task Manager in Windows 8.1

Friends, Windows Task Manager is used to view details about processes running on your computer. Today, I came across an application that was disabling the Task Manager by itself. In this post, we will see how to enable Task Manager in Windows 8.1 machine via Registry. If the Task manager is disabled, you may get…

Continue Reading »

29/04/2015 by Nitesh

How To Disable File Preview in Visual Studio 2012

Friends, In visual Studio 2012, Microsoft released a very handy feature of auto previewing a file as soon as you select the file in Solution Explorer. However, this feature may become annoying at some scenarios. In this post, we will see few ways of disabling the same. Option 1: Go to Tools > Options >…

Continue Reading »

28/04/2015 by Nitesh

How to Create a Simple Report in Windows Forms Using Infragistics Reporting

Friends, Infragistics provides a complete cool set of products in its reporting library. In this post we will see how we can create a very simple report using Infragistics set of controls. This post assumes that you have already installed Infragistics Reporting on your system. If not, you can download it from . Let’s get…

Continue Reading »

27/04/2015 by Nitesh

How To Refer Next & Previous Controls on HTML Page Using jQuery

Friends, In this post, we will see how can we refer to previous and next controls present on an HTML page using jQuery. jQuery provides 2 very useful functions .prev() and .next() with the help of which we can refer to the immediate previous/next sibling of a given control. This is to be noted that…

Continue Reading »

25/04/2015 by Nitesh

How To Clear Items of ASP.Net DropDownList Control Using jQuery

Friends, In this post, we will see how can we clear all items of a ASP.Net DropDownList control using jQuery. To start with, we will define a ASP.Net DropDownList control on our .aspx page and a button with the help of which we will be clearing the items of the DropDownList control. We assign it…

Continue Reading »

1 6 7 8 9 10 38