When creating SharePoint features in Visual Studio 2010, one of the settings that defaults to True is “Activate on Default”. There is a lot of…
Tag: SharePoint 2007
If you’re creating a custom page or control that uploads files from a users PC (or somewhere else) you may get this error if the…
Ever seen this error message? System.Exception: Microsoft.SharePoint.SPException: The security validation for this page is invalid. Click Back in your Web browser, refresh the page, and…
WARNING: “How cool am I?” post. I’ve always wanted to spend some time on the SharePoint forums, just to see the fun and benefits of…
I’ve been playing around with LINQ to XML and Silverlight recently, and it is absolutely awesome! The amount of code you have to write compared…
Since working with LINQ to XML, I’ve totally fallen in love with it and could never go back to working with the XmlDocument objects. Here…
Напоследък ми се налага да работя с LINQ to XML за интеграционни сценарии включващи Silverlight и SharePoint. LINQ to XML е страхотно – сравнително по-добре…
Когато работиме със Silverlight имаме възможност да използваме LINQ to XML за извличане на данни от резултатите от SharePoint Web Services. Тези дни разгледах LINQ…