Connect webparts programmatically using SPConnectWebParts
If you wish to connect two webpart where you have webpart consumer and webpart provider object then you can use following idea to implement functionality. /// <summary> /// It connect web parts each others, if any, using consumer and provider objects /// siteWebParts object have all information like consumer,provider connection and mapping. /// You can […]
March 13, 2012
·
Infoyen ·
No Comments
Tags: Add Web Part programmatically using SPLimitedWebPartManager, Connect webparts programmatically using SPConnectWebParts, Connecting Web Parts programmatically, Export Webpart programmatically using SPLimitedWebpartManager, MOSS, Moss 2007, Moss 2007 Tips & Tricks, SPLimitedWebpartManager.ExportWebPart, WebPartManager · Posted in: MOSS, SharePoint
Downloading File using stream on sharepoint page
Description This article will show you how to buffer data into a MemoryStream from a query and output the buffered data back to the browser as a dialog (with save open cancel). The Code: – The first step is to get object of SPSite and SPWeb. – Second steps is to get SPListItem object using […]
February 24, 2012
·
Infoyen ·
No Comments
Tags: download a document in SharePoint using stream, Download document using file bytes, Download sharepoint file into memorystream object, Downloading File using stream, Moss 2007 Tips & Tricks, SharePoint stream file for preview · Posted in: ASP .NET, MOSS, SharePoint, SharePoint 2010
flickering issue with jquery in sharepoint
Hi, I had flickering issue on sharepoint site when i try to use jQuery. I search lots but none of solution works for me.Few solution are there on some blogs like:- – http://weblogs.asp.net/wesleybakker/archive/2008/12/29/Eliminate-page-flicker-in-SharePoint.aspx – alligatortags.com – developerit.com – psearch.info/s/irritating-flicker-postbacks-server as per these above blogs below code solve issue <meta http-equiv=”Page-Exit” content=”blendTrans(Duration=0.0)” /> but all these […]
February 21, 2012
·
Infoyen ·
No Comments
Tags: flickering issue with jquery in sharepoint, jquery in sharepoint, Moss 2007 Tips & Tricks · Posted in: jquery, MOSS, SharePoint, Tips & Tricks