On the road again...

The life of a .NET commuter.

Browse by Tags

All Tags » .NET (RSS)
A "Web 2.0" background stripe generator.
Found this excellent tool today. http://www.stripegenerator.com
Posted: Sep 03 2008, 11:52 PM by du8die | with 1 comment(s)
Filed under: ,
ASP.NET and Images on a Network Share
The school district I work for had an idea for an application. The need comes from several angles. First of all, lunch counts are all done by paper. Attendance is taken on paper, then it is sent to the Health Room, where tallies are made, and then everything...
Posted: May 16 2008, 09:58 PM by du8die | with 2 comment(s)
Filed under: , ,
app_offline.htm
This is probably old news, but if you temporarily need to take an ASP.Net Application offline, simply drop a file called app_offline.htm into the root directory of the app. This could be helpful when upgrading a live app. That way, you don't get the ugly...
Posted: Mar 13 2008, 09:53 AM by du8die | with 3 comment(s)
Filed under: , ,
Render the contents of a ReportViewer control directly to PDF.
Rendering the output of a ReportViewer control (SQL Reporting Services) directly to PDF is fairly easy. It involves simply rendering the Report Viewer output to a byte array, and then pushing it to a MemoryStream object and writing to the Output Stream...
Dynamic Code Compliation
My day job is working in the IT department for a school district. It's an environment where I need to automate a bunch of tasks, and the parameters of the tasks frequently change. I currently have the system set up so that it runs the tasks through a...
More Posts