communicating between webparts

  • Thread starter Thread starter Rotsey
  • Start date Start date
R

Rotsey

Hi,

I want to put a webpart contol on the master page of a website.

Then add a webpart to a page that has the master page linked to it.

How do I update the webpart in the master page when a button is clicked in
the
page webpart???

I realise there is a webpartconnection control but is this when the webparts
are on the same page.

What happens when the webparts are seperated?

thanks
 
You can get to the properties of the master page and then to the controls on
the master page. It is a bit harder, but it is probably the best avenue.
Once you have stepped out of the box, the "web part" is no longer a web part
from the framework perspective.

--
Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA
http://gregorybeamer.spaces.live.com

*************************************************
Think outside of the box!
*************************************************
 
Back
Top