When I was first introduced to .NET, I learned C#. I came from a C++ and Java background, and so C# seemed like the most natural language for me to choose for development. My entire development team worked in C#, and everything was beautiful. Then, my...
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...