We have a SharePoint page which contains one visual webpart(vw1) which is displaying few values(id,name,address) on it. Now i need to add one more custom webpart(vw2) and which should get the value "name" from the vw1 webpart - so it can be displayed on vw2. How can this be achieved?
Tell me more
×
SharePoint Stack Exchange is a question and answer site for
SharePoint enthusiasts. It's 100% free, no registration required.
|
Its called Connecting Web Parts... Have a look at: |
|||
|
|
|
Another alternative since you are on Sharepoint Enterprise is to use a filter to pass data from VW1 to VW2. http://office.microsoft.com/en-us/sharepoint-server-help/work-with-filter-web-parts-HA010033786.aspx |
|||
|
|