Posts

SharePoint 2010 CSS Chart

Image
CSS Comments Screenshots body #s4-ribboncont{background-image:none;} /*Globally turning off bordersThis is needed to have any of the style below to take effect.   .ms-cui-groupSeparator {border-right:1px solid #E7E7E8 !important; } .ms-cui-topBar2{border-width:0px;}*/ /*Turn on separators in the Ribbon   .ms-cui-ribbonTopBars{ background: red url() repeat-x !important; padding-top:0px; } /* Set the background for the tabs at the top (Browse / Page) */ .ms-cui-cg-i{ background-image:url() !important; background-position:bottom left; background-repeat:no-repeat !important; height:15px; margin-bottom:2px; } .ms-cui-cg-db .ms-cui-cg-t{height:17px; background-image:url(‘http://integration.echn.ca/Media/SiteImages/bgBackground.gif’) !important; background-position:bottom right !important; background-repeat:no-repeat !important; margin-left:4px;} .ms-cui-cg-t-i{ color:white; font-weight:bold; } .ribbon-wrapper{position:relative;} /* Set the background for the addi

Auto Fill Title of Document in SharePoint 2010

Download Auto Fill Title Setup Hi All,   When an end user works with Document Library in SharePoint, the user faces a problem while uploading a new document. user has to fill “Title” field of Document Library. The user has to type value in title field or just copy and paste document name in title field. Some time this job irritating to the users. I am also facing this kind of problem. So I searched over internet and I found some solutions for this problem and which are paid solution. I thought why not I should create a free solution which can solve this problem. So Here I am with a solution which Automatically Fills Title when you upload a document into Document Library. Installation Instructions: I have provided an installation setup. You need to run setup application file from setup folder. You need to select the site collection where you want to deploy this solution. After deployment you need to check that Solution Feature has activated or not. So go to Site Setting of yo

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

Microsoft® SharePoint® 2010 Tips & Trick

These tips & tricks are good for SharePoint 2010. I have found these tips & tricks on http://sharepoint.microsoft.com/iusesharepoint/landing.aspx .You can find more videos & SharePoint 2010 Adoption Kid on the same site. 1.   You should check out a document only if you want to make sure that no one else can change it until you check it back in. If you want to collaborate on a document, do not check it out. http://office.microsoft.com/en-us/sharepoint-server-help/check-out-check-in-or-discard-changes-to-files-in-a-site-library-HA101849698.aspx 2.   If you are deleting something in SharePoint 2010 and you do not see a message that states the deleted item is being sent to the Recycle Bin , neither you nor your IT department will be able to restore it once it has been deleted. 3.   Don’t know the first letter of someone’s name? Try a wild card search by substituting the unknown letter with an asterisk (*). http://office.microsoft.com/en-us/sharepoint-server-help/search-f