Friday, May 8, 2009

More DataForm WebPart goodies

Here is another handy control for use in data form web parts:

<td class="ms-toolbar" nowrap="">
<SharePoint:FormToolBar runat="server" ControlMode="New"/>
</td>


(Added the td class so it looks right)

This renders the normal listform toolbar (since if you just do Data View->Insert Data View, you don't get it).

No comments: