Monday, July 24, 2017

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.



Sunday, June 18, 2017

Copy Paste Images Directly into Widows Form C#

 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.


Tuesday, May 16, 2017

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.


Wednesday, April 12, 2017

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 .



Friday, March 17, 2017

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:


Tuesday, March 14, 2017

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.


Saturday, March 11, 2017

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.