1
vote
1answer
469 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 ...
0
votes
1answer
163 views

How to get sub-sites of a sub-site?

I'm working on a user control that should show all site names, within a given site, for the current FBA user. My site is structured using SP Groups, FBA Roles and FBA users, i.e. 'Harry' is a ...
0
votes
0answers
50 views

How to check if AD or Forms is down?

If you want to return all users in an AD Group you can use this method : SPPrincipalInfo[] principals = SPUtility.GetPrincipalsInGroup(SPContext.Current.Web, "TestGroup", 1000, out maxReached); ...
1
vote
1answer
182 views

People and Groups page seems to be cached

I have a dev server for a SharePoint 2010 Publishing site, with a problem. When I log into SharePoint as a Site Collection Admin (among other group memberships) and go to the site collection site ...