mysharepointhelp.blogspot.com
SharePoint Help
This blog is For SharePoint Developer. Monday, March 21, 2011. Add an assembly to your Visual Studio 2010 SharePoint Package. If you are familiar with WSP-builder for development with SharePoint 2007, the way of adding assemblies to your SharePoint 2010 project is a little different. You always start with an empty SharePoint project. From here you can add other items. In WSP-builder you had the bin and GAC folder in Visual Studio. 1Open you Package.package file. Monday, September 6, 2010. How To Create A...
mysharepointinsight.blogspot.com
My SharePoint Insight
Monday, December 16, 2013. How to get coordinates for geolocation field (JavaScript solution). We all probably now know about the new cool feature in SharePoint - geolocation field, a new field that allows you to specify a location for a SharePoint item. And Maps AJAX control examples. For me this is a really powerful and easy to use way to create geolocation solutions on web. For start I will create a list for my geolocation field. It is a simple list with a Title. If you try to add a new item to this l...
mysharepointjourney.com
mysharepointjourney.com - mysharepointjourney Resources and Information.
mysharepointjourney.wordpress.com
My SharePoint Journey | Follow me through my SharePoint journey, and we'll learn together.
Follow me through my SharePoint journey, and we'll learn together. You know that feeling when you stick your hand in the pocket of your jeans and, to your surprise, your unsuspecting little fingers find themselves clutching a 10 note? Thats how I felt coming out of our Taxonomy discussion on thursday evening. Yes, I was exhausted. Yes, I was delighted that it was over. But equally, I was really rather impressed with how well it had gone. 1 Leave your blindfold and blinkers at home. Who is it for? This pr...
mysharepointlab.blogspot.com
My SharePoint Technical Experience
Technical experiences about SharePoint2013, SharePoint2010, MOSS 2007, ASP.NET, C#, JavaScript, HTML5, jQuery, CSS, XML, SQL SERVER, WCF, .Net Framework and various other programming concepts. Thursday, July 30, 2015. People Picker dialogue is blank / Choose folder dialogue under upload documents is blank. People Picker dialogue is blank / Choose folder dialogue under upload documents is blank. This is because of the SQL Injection rules in the IIS site. Follow the below steps to fix the issue:. Below scr...
mysharepointlearnings.blogspot.com
Learning SharePoint
Just 4 sharing what I learn from various sources about SharePoint. Monday, 13 April 2015. ASPNET Session State in SharePoint Farm. When third party controls/custom solutions need Session State in SharePoint Farm, how to enable it? Dy we have done for our project referring below mentioned blog. ASPNET Session State implementation in SharePoint? As many of you are aware, ASP.NET allows persisting session states in three different ways. On server memory as a InProc. How do I enable. ASPNET Session state is ...