John's Brain Dump

All the technical gyrations I go through to build software, so I don't forget them and others can benefit from them.

Browse by Tags

All Tags » ASP.NET (RSS)
Silverlight = .NET Framework in the Browser
The buzz from MIX07 is that Silverlight is far more than just Microsoft's answer to Flash . According to Ray Ozzie, Silverlight will include a CLR engine that is "identical to the desktop CLR", allowing developers to leverage .NET programming...
Posted: May 01 2007, 04:48 PM by John | with no comments
Filed under: , ,
Finding the Current and Last Page Numbers of a Crystal Report in ASP.NET 1.1
I've been banging my head for about a week on the problem of determining the last page number of a Crystal Report viewed through the web ReportViewer class . You would think that the report viewer class, which has methods like ShowLastPage and ShowNextPage...
More Posts