Justin Cooney

Web Development Tips and Examples

Category: WebForms

  • This article will review the basics of programmatically inserting and positioning an image in a PDF being generated using the iTextSharp library. I’ll show you the code for doing so in both C# and VB.NET. Here are the main categories I’ll be covering, with links to the appropriate section: Adding your image programmatically while generating…

  • It’s a common requirement when developing Web applications to need to programmatically find out the name of the running Web page. In this article I will look into some of the basic commands in ASP.NET that you can use to find the name of the Web page that is currently running the script. As part…

  • In this article I will go through a technique that you can use when working with a modal popup that lets you store form information from your popup to later use with your main Web form. In earlier articles I have covered some of the general functions and benefits of using the ShowModalDialog function that I…