When you create your Web Parts, use the .SharePoint.WebPartPages. |
Brett Lonsdale posted on Thursday, April 12, 2007 9:29 AM
|
When you create your Web Parts, use the
Microsoft.SharePoint.WebPartPages.WebPart class instead of the
System.Web.UI.Webcontrols.WebPart class. This supports advanced connections
as were used in WSS v2.
Brett |
 |
|
Hi I have the same issue as KIG mentiones and I am using .SharePoint. |
hth posted on Wednesday, April 18, 2007 4:44 AM
|
Hi I have the same issue as KIG mentiones and I am using Microsoft.SharePoint.WebPartPages.WebPart but it does not work. Is there something that should be set up in the policy files?
I have created a blank site with the sample from http://msdn2.microsoft.com/en-us/library/microsoft.sharepoint.webpartpages.communication.iparametersinconsumer.aspx
and
http://msdn2.microsoft.com/en-us/library/ms442673.aspx
but it does not work.
/hth |
 |
|
I haven't tried this, and maybe you already know, but if you use the . |
Brett Lonsdale posted on Wednesday, May 23, 2007 9:38 AM
|
I haven't tried this, and maybe you already know, but if you use the
Microsoft.SharePoint.WebControls.WebPartPages.WebPArt class instead of the
ASP.NET 2.0 WebPart class to create web parts, you can go across pages.
Brett
www.brettlonsdale.com
www.combined-knowledge.com
www.bdcmetaman.com |
 |
|
Cross Page Connection |
Kiran Reddy posted on Wednesday, September 17, 2008 7:50 AM
|
Hi,
Can i get the code snippets or guidelines to achiev the Cross page connections. i am missing something in my code to achieve the cross page connections. |
 |
|
Cross Page Connection |
Pankaj Sharma posted on Thursday, October 09, 2008 2:56 PM
|
Please share the information if anybody got anything on this. |
 |
|