When I create TypedLists, they appear in my tool box for binding as they are marked:
[Serializable, System.ComponentModel.DesignerCategory("Code")]
[ToolboxItem(true)]
[DesignTimeVisible(true)]
However, **Entites **are not marked as such. I can bind to them via the " Add Data Sources" menu in VS.NET
Is there a way to make them appear in the Toolbox?
Ian