读取列表行的附件
分类: sharepoint2011-11-10 11:26 333人阅读 评论(0) 收藏 举报
读取列表行的附件
- <div id="div_{@ID}" style="display:none">
- <SharePoint:AttachmentButton ControlMode="Edit" Enabled="true" ItemId="{@ID}" runat="server" Visible="false"/>
- <SharePoint:AttachmentsField ControlMode="Display" ItemId="{@ID}" EnableViewState="true" FieldName="Attachments" runat="server"/>
- </div>