Info
aspbeans is a way to map .net web forms to objects without having to write the code. this saves on trivial errors, as well as reducing a significant portion of trivial code and the heavy coupling that is required with more traditional object-writing techniques.
right now aspbeans is in beta, but it is fit for production use. some features include mapping datagrids as lists to different objects, and reading/writing from different object properties for fields. this allows you to default fields from property X, and write that value to property Y.
for more technical and detailed information, please check the "official documentation", available here.