Justin Cooney
Web Development Tips and Examples
Category: HTML
-
This error showed up on a stored procedure that I was trying to execute from an ASP.NET Web page. The strange part was that I could execute the stored procedure directly from SSMS without any problems. The procedure was very simple in its design, but the database I was working in was new to me…
-
I’ve been running compatibility tests of IE10 with Web pages written in Visual Studio 2010 and .NET 4.01 I’ve found that IE10 tends to completely lose any formatting on .NET controls so that all control dimensions revert to the default. This can’t be fixed by setting compatibility mode to an earlier IE version. Clearly there’s…
-
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.