Creating your own custom classes for business objects and object datasources is a great way to provide and object model for databases. But some classes might contain properties that you don’t expect to show to end users when they are bound to a DataGrid, FormView or other databound control. Luckily there is an attribute that […]