Create custom reusable dropdown usercontrol for databind in formview in asp.net
Recently in one of my ASP.NET application I had to create a massive form with lot of drop-down lists and check-box list. Some of the dropdown lists have the same…
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…