代码之家  ›  专栏  ›  技术社区  ›  SteveCl

Sharepoint SPUserField

  •  2
  • SteveCl  · 技术社区  · 16 年前

    ??

    谢谢

    1 回复  |  直到 16 年前
        1
  •  3
  •   naivists    16 年前

    在这种情况下,您可以使用 PeopleEditor 控制来自 Microsoft.SharePoint.WebControls 命名空间。例如,在我的一个页面中:

     <wssawc:PeopleEditor 
         AllowEmpty="false" id="allReviewers" runat="server"
         SelectionSet="User" width='500'/>   
    
    推荐文章