Dell Inspiron N5010 Windows 8 Bluetooth FIX

Windows 8 had great start in previous days, and my Dell Inspiron N5010 didn’t supported Bluetooth drivers, i searched many websites  but everywhere is was mentioned that N5010 doesn’t have a bluetooth drivers support for WIndows 8. But then i found a quick fix. Follow the below steps : Step 1 Run 15r BTOOTH.exe (your bluetooth […]

Read More →

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 →

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 →