Posts

Infopath Code

Here are some important codes for InfoPath.  Get Parameters in InfoPath Form: if (e.InputParameters.ContainsKey( "SaveLocation" )) // Search for Query string (parameter) if found then set this parameter to a field.                     SetFormFieldValue ( "/my:ChangeOrder/my:SectionHide/my:ListURL" , e.InputParameters[ "SaveLocation" ].Substring(0, e.InputParameters[ "SaveLocation" ].LastIndexOf( "/" ))); Get Value from a field: private string GetFormFieldValue( string fieldName)         {             string fieldValue = string .Empty;             try             {                 XPathNavigator myNav = MainDataSource.CreateNavigator().SelectSingleNode(fieldName, NamespaceManager);                 if (myNav != null )                     fieldValue = myNav.Value; ;                 if ( string .IsNullOrEmpty(fieldValue))                     return string .Empty;                 else                     return fieldValue;   

Download Infopath Form Templates

Click here to download InfoPath Form Collection   Hi, I have lots of InfoPath forms with me which are downloaded from lots of places. I am uploading this InfoPath form collection for all InfoPath and SharePoint Users. These form are related to Infopath 2003, 2007 & 2010.   Click here to download InfoPath Form Collection

Free Charts for SharePoint 2010

Here we are again with something new and exciting… I am sure this is going to help all the BI professionals who are frustrated and irritated of using SharePoint default chart web parts and certain limitations in it. Let me share with you’ll a free source of chart web part developed using Google’s API and provides very interactive , easy to use and colorful charting experience. This is been awarded as the best free chat web part of the year. You can easily connect these web parts with SharePoint list and show the data in different chart types like: ·          Pie ·          Pie3D ·          Vertical Bar ·          Vertical Stacked Bar ·          Horizontal Bar ·          Horizontal Stacked Bar……and many more… It also supports all the various Google Parameters, Please refer to the official Google API parameter information for more detailed knowledge. Please click here to download Free Google web part and deployment instruction & Hexadecimal Color Codes list is here . I hope you

Cross Site List Rollup Web Part for SharePoint 2010

Downalod Cross Site List Rollup   Hi I was wondering that how to show a list from other site on my home page. But I didn’t get any proper & free solution. So I decided to create a Cross Site List Rollup Webpart . Now I have developed a Cross site list rollup web part which can show your list from any site to any site (within site collation only) and I am ready to share this web part with all of you.  It’s too simple in use. You have to just provide a:    Site URL (Site URL from where you want to display list or library).    List Title (Display Name of List) (Title of the list which has to be on given site URL).    View Name (Name of view which you have created to show in this web part). Now it is ready to use. Enjoy!!! Downalod Cross Site List Rollup Gaurav Goyal

SharePoint 2010 Visual How Tos by Microsoft

( http://msdn.microsoft.com/en-us/library/ff598601.aspx ) v   Accessing SharePoint 2010 Data with the .NET Client Object Model v   Accessing SharePoint 2010 Data with the Silverlight Client Object Model v   Accessing SharePoint 2010 List Data by Using LINQ to SharePoint v   Accessing SharePoint 2010 Lists by Using WCF Data Services v   Adding Overlays to Drawings in Visio Services in SharePoint Server 2010 v   Adding SharePoint Project Items to SharePoint Projects in Visual Studio 2010 v   Calling Public Web Services from a Sandboxed Silverlight Application in SharePoint 2010 v   Creating an Excel Services and Bing Maps Mashup for SharePoint 2010 Using the Excel Services ECMAScript Object Model v   Creating Content Types for SharePoint 2010 in Visual Studio 2010 v   Creating Custom Extensions for SharePoint 2010 Development Tools in Visual Studio 2010 v   Creating Custom SharePoint 2010 Field Types v   Creating Custom SharePoint 2010 Service Applications and Consumers v   C