Justin Cooney
Web Development Tips and Examples
Category: ASP.NET
-
In this article I will give fully functioning examples in C# and VB.NET of using the iTextSharp Pdf library of objects to create a simple tabular report. Below I’ve added an image of what the report will look like.
-
In both C# and VB.NET the split method can be very useful for manipulating strings. It’s good to note that in addition to the default split functionality based on one character, the split method in both languages includes useful overloads for handling multiple characters. I have posted further ASP.NET articles that may be of interest. Please take a look and let me know what…
-
In this article I will go through setting up a .NET installer project step-by-step for when you want to automate installation of a .NET Windows Forms Application. I’m assuming here that you have already put together your actual application and that you want to set up an installer for it now. These steps are specific…