Q&A, "Implement an ASP.NET Back Control," by Juval Lwy [Visual Studio Magazine, July 2003]

This code includes BackLink ASP.NET user control in the WebControlsEx class-library assembly. To use it, right-click on the Web Forms toolbox and select Customize Toolbox... from the pop-up context menu. Switch to the .NET Frameworks Components tab and click on the Browse... button. Select the WebControlsEx assembly and click on Open. This adds the BackLink user control to the toolbox. You can drag and drop it on your forms to add a link button-like control to the form, with the text set to "Back."
