0
kicks
Dynamically Add Text to Images Retrieved from the Database
We often create applications where we retrieve images from the database and display it on the page. At times, we may need to add some text or a copyright notice dynamically on the images. This article discusses how to do so using an ASP.NET Http Handler. more...