18/10/2014 by Nitesh

How To Add A CheckBox Column to GridView in ASP.Net

Friends, Many a times, we need to give users a Checkbox in a GridView that users can use to select multiple rows from the GridView. In one of my previous post, we saw how we can do this in Windows Forms. In this post, we will see how can we add a CheckBox column to an…

Continue Reading »

17/10/2014 by Nitesh

How To Create Responsive Menu in ASP.Net

Friends, This is Part 6 of the blog post series, “Creating Menus – Simple To Complex“. In my last post, I explained how can we create a responsive menu using HTML, CSS & jQuery. In this post, we will see how can we create a responsive menu in ASP.Net. We will be using the “meanmenu”…

Continue Reading »

14/10/2014 by Nitesh

How To Add Custom ComboBox Column to DataGridView in Windows Forms

Friends, In this post we will see how can we add a custom ComboBox column to DataGridView in Windows forms. This scenario generally comes when we need to edit a row in the DataGridView and allow users to select value for a cell from a predefined set of values. This post will help you achieve…

Continue Reading »

30/09/2014 by Nitesh

How To List The Name of Current Active Window in C#

Friends, In this post, we will see how can we get the name of currently active window using C#. Since a .Net application cannot access objects outside the application, to get the active window we will use few functions of Windows API provided by Microsoft. We will specifically use GetForegroundWindow() and GetWindowText() functions to implement…

Continue Reading »

29/09/2014 by Nitesh

How To List the Name of all Running Processes in C#

Friends, In this post, we will see how we can print the list of all running processes on a machine using C#. To list all the processes, we will use one of the namespaces provided by Microsoft known as System.Diagnostics. As per MSDN, this namespace provides classes that allow you to interact with system processes,…

Continue Reading »

1 3 4 5 6 7 10