spuserfield

Sharepoint SPUserField

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 ...

Updating User field in SharePoint

Hello All, I am harnessing batch update of SharePoint list in order to update my list items. I have a field of SPUser type named as 'UserName'. If i try to update the value of that particular field using batch, am obtaining unexpected error. I tried out both the username as well as the ID of the user. It was futile. How could I updat...