Tagged Questions
1
vote
1answer
457 views
How to get users/usergroups from an lookup column from SPField
I have a custom list for example "MyCustomListA"
I have created a custom ListForm template and overide the ListFieldIterator. I have overide the ListFieldIterator and CreateChildControls to implement ...
1
vote
0answers
76 views
Getting user's AD groups as lookup
I'm trying to make a simple reservation site, containing two lists: resources and reservations. Users are making reservations by creating a new item on Reservations list, specifying which resource ...