i have one Webpart which shows an image slider. The image slider will be added by getting image url from webpart toolpart . and i will bind image slider in webpart using this.controls.add() method.
I want to connect two list webparts. The problem is that when I go to \"Edit Web Part -> Connections\" this option \"Connections\" doesn\'t apperar.
I have 2 instances of same webpart deployed on same page. Webpart has a property named Network, which will take value开发者_高级运维s Internal or External.
I have two web parts. The provider web part is a custom web part and the consumer a library web part. In the provider web part I filter 开发者_运维知识库multiple values. These multiple values shall I
According to the user Rhys in this post Sharepoint multiple connections to a w开发者_如何转开发eb parts you need to configure your providers to point to a specific consumer method. How do i do said co
I make a custom filter web part using the example from MSDN (http://msdn.microsoft.com/en-us/library/bb457205.aspx). The custom web part is a provider and has selection buttons. Each button has multip
I am needing to create some dynamic controls at Page_Load in the consumer webpart. In the Provider webpart I did some hacking and got it so I could get a controls value before viewstate is loaded in P