Monthly Archives: July 2012

Connect C# with MySql

This article is to show the step wise process of how to connect C# to MySql, I will be using MySql Connect/Net for this. Later I will show how to execute INSERT, UPDATE, DELETE and SELECT commands, this will include only setting up the connection. Getting Started First make sure you have downloaded and installed …
Read more

C# – Metro Style App – Message Dialog

After the release date of Windows 8 i.e 26th October developers have gone crazy about developing metro style applications. I have been developing for windows earlier also and MessageBox was the most used control, but in metro style apps i didn’t found that, so here is a simply article which will guide you through the …
Read more

Image Browser Windows 8 – First Simple App

This is a very first app we are going to create for windows 8, its a Image Browser, we will create it using a FlipView control in windows 8. The FlipView control lets people flip through views or items one at a time. Flip buttons appear on mouse hover and let people flip to the next or previous …
Read more

CheckBox Selection Limit in ASP.NET

CheckBox control is the very common control of HTML, unlike radio buttons it can select multiple items on a webpage. CheckBox control in ASP.NET has many properties some of them are listed below. Property Description AutoPostBack Specifies whether the form should be posted immediately after the Checked property has changed or not. Default is false …
Read more

KILL NON RESPONDING PROCESSES WITH THE HELP OF NOTEPAD/BATCH FILE

I really hate it when i have some Non-Responding tasks in my laptop, sometimes I’m unable to open task manager even and at that time i feel helpless. Here is a simple trick which will kill all the non-responding task easily, we will do it through a Batch File (.bat). Step wise instruction is as …
Read more

Macros Programming in Excel Sheet 2010

Macros programming in Excel has made it very easy to use, it provides a visual basic programming interface which is an easy task. Here is a step wise instruction on how to do it. 1)    Start Excel Sheet 2010 2)    Click on View tab 3)    Now click on dropdown Macros and select Record Macros in dropdown menu 4)    Name …
Read more

How to use AdRotator in ASP.NET?

AdRotator is a control in asp.net which is concerned with advertisements, it basically displays a sequence of ad images. This control uses an XML file to store the ad information. The XML file must begin and end with an <Advertisements> tag. Inside the <Advertisements> tag there may be several <Ad> tags which defines each ad (we will …
Read more

Windows 8 development, Getting Started

Windows 8 the hot topic in Operating System market, though it is not yet launched but its preview versions are doing a great job among the developers. It has launched three versions till date, Developer Preview, Consumer Preview and Release Preview. Windows App Store in windows 8 is the major attraction. In this article I …
Read more