We need you!

We're working hard on the next version of Developer Fusion. Let us know what you think we should be up to!

Members

Technology Zones

Articles

Hosted By

MaximumASP

Info

Brock Allen Profile

photo Brock Allen (ballen)
11 Apr 2005
United States

http://staff.develop.com/ballen
Contact memberContact this Member Edit ProfileEdit my profile

Brock Allen is an instructor for DevelopMentor where he teaches .NET and ASP.NET. He also manages the ASP.NET curriculum at DevelopMentor by doing research and course development. When not teaching, Brock is an independent consultant doing mentoring, architecture and development work.

This user has contributed 0 articles, 2 code samples and posted 0 messages in our discussion forums.

Technology Interests

      Code Samples

    • Cross page postbacks in ASP.NET 2.0

      by ballen

      ASP.NET 2.0 introduces the ability to have an ASPX page postback to a different ASPX page with cross page postbacks. This was done all the time in ASP but wasn’t supported in ASP.NET 1.x. Here we show you how to use this new feature.. Read full article

    • Dynamic thumbnail images from ASP.NET

      by ballen

      This sample code is an IHttpHandler implementation that reads a JPG from the filesystem and dynamically generates a thumbnail sized version of the image and emits that to the response stream. What I like about this approach is that you don't need to create a file on the filesystem for the thumbnail as it's all done in memory.. Read full article