Building and Implementing a Custom Atlas Extender with Visual Studio 2005
Thursday, August 24th, 2006Pre-requisites:
Atlas Framework
Atlas Control Toolkit
Summary
The Atlas Control Toolkit site does a good job a walking through all the steps necessary to build a custom extender. You’ll want to refer to that site for more general detail. I’m going to show you my own custom implementation.
I needed a control that would sum all the TextBoxes [...]