Thursday, October 31, 2013

Associated Custom List Boxes

We often have a need to have associated custom list boxes. Though we can easily achieve it using JS or with normal controls like user controls, it would be really nice if something reusable is available to be used, like the other ASP.Net controls. This control has been built to suit those needs. This is available as a dll to be readily used in any ASP.Net or SharePoint project. More details in my code plex project at the below link.

https://associatedlistbox.codeplex.com/

Saturday, October 19, 2013

SP 2013 SharePoint Hosted App for Term Set Exporter

So, finally, my app also makes it way through to the office store. This app pretty much does the same thing (though the implementation is slightly different) as my Term Set Exporter Utility of SP 2010. Please do check it out at

http://office.microsoft.com/en-us/store/term-set-exporter-app-WA104137032.aspx?queryid=88cc1b7c-0b2a-4ee7-81af-5fb66f0c075e&CTT=1

Wednesday, October 2, 2013

Client Based Utility to Export Invalid Users from a Share Point site (2007 and 2010)

Yesterday, I published another project on CodePlex. This is about exporting invalid users from a Share Point site (2007 and 2010). This will be a client based utility using native SP Web Services. Please check out this tool at https://invalidspsiteusers.codeplex.com/ and let me know your views.