New SharePoint Blogger Rajesh Satluri
Friend and fellow devhead Rajesh Satluri has (finally!) begun blogging on SharePoint development topics. Rajesh is a Senior Architect at Argus Software (www.arguszone.com is almost entirely his work). I’ve worked with Rajesh several times on various projects and he’s one of the smartest SharePoint devs around. I’ve been pestering him for years to get a blog up and going and he finally got around to it. You can check out his posts on creating a custom People Picker control here and here. Welcome to the family, Rajesh!
I created a layout page in SharePoint with an extension of the EntityEditorWithPicker I used this article to do that
“Replacing People Picker with Custom People Picker”
Well everything is working fine EXCEPT the control I place on my asp.net page always has an empty Entities collection so a statement like:
PickerEntity pickerE = (PickerEntity)pickerCase.Entities[0]; will always give me a error
What am I missing here ????????
Can You please give me some direction
Thanks !!!!!
The links to the custom People Picker are dead. Are the hosted some where else?