Fixing the CrystalReportViewer “Next Page” Navigation Problem

logos for Visual Studio and Crystal Reports

Note: This is an update to my last post. I discovered that the version of the SAP CrystalReportViewer for VS2010 (13.0.2000.0) that I am using appears to have a bug that prevents the user from proceeding past page 2 when using the Next Page button. Pages can still be directly accessed by typing in the … Read more

Spawning a New Window for Each CrystalReportViewer

logos for Visual Studio and Crystal Reports

Update to this post: I have found a bug in the CrystalReportViewer that I address here. In creating a ASP.NET Web Forms site for viewing Crystal Reports, I needed to open multiple dates for the same report to compare values. The previous setup I used would not allow this; only one report could be open … Read more

Converting a SQL Table to JavaScript Objects Using the ASP.NET MVC Web API

ASP.NET MVC Web API logo

Happy Independence Day! Here I will describe an alternative to an earlier post that described using a SQL stored procedure to convert a SQL table into a JavaScript object. One of the comments left on that post made me wonder why someone would not want to use the stored procedure method. After querying a large … Read more