Is it possible to use the SPUserField in a custom aspx page without the SPUserField being bound to a field (it always asks for FieldName). I basically have a custom page which ultimately creates a list item, i want the user to be able to pick another user from the standard Sharepoint control...
??
Thx
From stackoverflow
-
In this case you can use
PeopleEditorcontrol fromMicrosoft.SharePoint.WebControlsnamespace. For instance, in one of my pages:<wssawc:PeopleEditor AllowEmpty="false" id="allReviewers" runat="server" SelectionSet="User" width='500'/>SteveCl : perfect thanks...
0 comments:
Post a Comment