The scaffold control is used to quickly create developer level admin pages. By dropping a single control on the page, you get a GridView and update controls. This control should appear in your Toolbox under SubSonic Components. Just set the TableName property and you're ready to go.
<
cc1:Scaffold ID="Scaffold1" runat="server" TableName="Products"></cc1:Scaffold> It is also possible to apply some visual formatting through the EditTableCSSClass, EditTableItemCSSClass, EditTableLabelCSSClass and GridViewSkinID properties.
And you can set the delete confirm message with the DeleteConfirm property.
Find the entire series of posts here.