Popular Posts
- 20 steps to get together Windows Authentication, Silverlight and WCF service
- Лайфхаки такие лайфхаки
- SharePoint: Разворачиваем среду для разработки - Часть 2
- Открыл для себя Mongo Db...
- SharePoint: Разворачиваем среду для разработки - Часть 1
- Mac App Sore — my experience
- How to hide SharePoint list item columns
- SharePoint: Разворачиваем среду для разработки - Часть 3
- Izhevsk .NET User Group 2009-2010
- Facebook profile adopted for white russians
-
Categories
- .NET (1)
- Apple (4)
- ASP.NET (3)
- Databases (1)
- Miscellaneous (7)
- MyMyselfAndI (4)
- SharePoint (19)
- Silverlight, WPF (3)
- Unit testing (1)
- web apps (2)
- Windows (1)
- winforms (1)
- Маразмы (3)
- Разное (13)
- Солянка (2)
Monthly Archives: October 2009
How to allow only Folder items to be created in the List root folder
Sometimes you need to prohibit creation of list items in the root folder of the list. For example, you invented some pretty looking, folder-based, issue cataloguing system, but end users create issues in list’s root folder no matter how hard … Continue reading
Move list item into a subfolder in the same list
Someone asked how to copy the list item into a subfolder on the same list. The code the guy provided that used SPListItem.CopyTo(url) did not work for him and was yelling the following: Invalid URI: The format of the URI could … Continue reading