Drag and Drop on Visual Studio

 Hi in this post I am going to "How we can easily create drag and drop code snippets in Visual Studio".Lets create a New Windows Form Application.  and Goto Cs File of form by pressing F7.


Select the code the you want to reuse on different form. For this example select try and catch block
and drag it to the toolbox on the left pane.


Once you drag and drop the Code you will sell the snippet in the toolbox.



You can rename code snippet by Right Clicking on the Code snippet and selection Rename Item.You can also group the code snippet by creating new Item.

How to Avoid Accidentally Update of Record in Sql

I am writing this  post after i accidentally update all the records in a table. To avoid accidental  update just follow this simple method . Before executing the query just put a "Begin Transaction" above your query and "Rollback Transaction" after your Query.

Copy Paste Image Directly in Windows Form

 Hi in this tutorial we are going to see "how to set image in a clipboard directly as a Windows form Background". Lets Create a new Windows Form Project and add a following code in it.

Creating User Control in C#

 Hi in this tutorial I am going to show "How to Create Your own User Control"  and reuse it different windows form. So Lets Create a New Windows C# Project and name it as you like it.

Filter DataGridView using TextBox in C#

 Hi this post explains how to filter data in DataGridView using textbox as filter to search data in Gridview. For this tutorial I am using Northwnd database "Customer" Table .

Read Loud using Abode Reader

 Hi in this tutorial we are going to see "How to use Abode Read Out Loud Feature".Abode PDF Reader is one of the most commonly used software for reading PDF files."Read Out Loud" feature gives text to speech output(Text to Speech). To use this feature follow the steps:

Customize your Google Keyboard

This post shows “How to customize your google keyboard” and change set your favourite image in google keyboard.Now a android smartphones comes google keyboard by default.If your android smartphone does not comes with google keyboard.Goto playstore and download the Google Keyboard and install it.

GridviewSelectionIndex Change Event in Asp .Net

 This post shows "How to use Gridview SelectionIndexChanging Event in asp .net".For this tutorial I am using Northwnd database cutomer table.Follow this link to download Northwnd database.

Rss Reader using Asp .Net C#

 This post shows "How to create a Rss Reader using Asp Dot Net C#" and bind the result to the Asp Dot Net DataList Control.For this tutorial I am rss feed of faulty plus website.

MS Chart control Asp Dot Net

 Hi in this post we are going to see "How to user Chart Control in asp.Net".For this tutorial I am using NorthWnd database "Orders" Table.To download NorthWnd database follow this link.

Asp:DataList Control in Asp .Net

This tutorial explains how to use asp:DataList control in asp .net.For this tutorial we are using NorthWnd database "Customer" table.

Autocomplete Textbox using Jquery and Asp.Net

Hi in this post we are going to see "How to create a AutoComplete Textbox using JQuery and asp.Net".For this tutorial I am using Northwnd database "Categories" table.To download NorthWnd database follow this link.

Save Image to Ms SQL using Asp Dot Net

 Hi in this post I am going to show "How to save Image in MS SQL database using Asp.Net". Following steps are used to save image into sql server.

Repeater Control in Asp .net

 Hi in this post we are going to see "how to bind data in database to our Asp:Repeater Control".For this tutorial i am using Customer Table from the northwind database.Follow this link to download Northwnd database.

Write Value to Asp Dot Net TextBox using Javascript

 Hi this post show "How to write Value to Asp Dot Net TextBox using Javascript". Sometimes we face situation like writing client side variable to server side textbox.Lets see how to do it.

MessageBox in Asp.Net

 This post shows how to create a message box using java script  in asp.net pages.In windows application Message Box plays a important role in displaying information to users.But in asp.net pages there is no predefined Message Box Control so we create a alert box using using java script and information to the users.

Object Detection Using C# and Accord.Net

 In this post I am going to show "how to use ExhaustiveTemplateMatching feature is Accord.Net " to detect object i am image.So Lets create a new project and add reference  "Accord.Imaging" to your project.

Bind DropDownList using Asp .Net C#

Hi this post explains how to bind "DownDownList  with sql data using as asp .Net c#".For this tutorial I am using Customers Table from Northwind database.To download Northwind data base follow the link .

Create,Update,Edit and Delete Operation Using Asp .Net C#

This tutorial explains how to perform a Create,Update,Delete Operation using C# asp.net GridView Control.Lets Create a New Web Application Project and create new web form called CRUD.aspx.

Asp Dot Net Gridview with ChechBox

Hi in this tutorial explains how to get selected rows from gridview using asp dot net Checkbox control.Open your MsSql server and create a database with name "User" and then create a table "userRegistration".

Get Your Web Camera Live feed in Web Browser using getUserMedia.

This tutorial shows "How to get live feed from your web camera using getUserMedia".In this post we are going to see how to user getUserMedia and Send it to the <video > element.

Styling Gridview using Bootstrap.

This tutorial explains how to style grid view using twitter bootstrap."Bootstrap" is a web desiging framework developed by twitter.I gives a predefined style allowing the user to reduce the coding time in desiging the web ui.

Create a Simple Gridview using Asp.Net

This Post explains "how to populate gridview with MsSql Data".By assuming you already know about creating  web application project in asp.Net.We straightly move to coding.

How to Create Gif using PhotoShop CS5

Gif or Graphics Interchange Format is a bitmap image format used convey information in moving graphical manner.This post explains about "Creating Gifs using Photoshop".