Rename files in file directory using asp.net
In this example of I will show how to rename all the files in a directory using asp.net. Sometimes you may have thousands of photos that require to rename or…
My little world of sharing
In this example of I will show how to rename all the files in a directory using asp.net. Sometimes you may have thousands of photos that require to rename or…
Before starting this tutorial, assuming that you have installed SQL Server 2005 or SQL server 2008 installed in your local machine. If you have not installed either one of those…
Form submission is one of the most commonly used actions in modern websites. Double or duplicate record entry is one of the big pain when user click on the submit…
Check all the checkboxes in the form using javascript in single button click. Recently I have this requirement for one of my project where user want to check all the…
Check for existing record in SQL Server database using stored procedure In this example I will explain, how to check for record exist before insert data into a table in…