WSS Sharing Properties between Web Parts - Stack Overflow most recent 30 from stackoverflow.com2009-12-20T01:07:34Zhttp://stackoverflow.com/feeds/question/959615http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/959615/wss-sharing-properties-between-web-parts0WSS Sharing Properties between Web PartsJack2009-06-06T12:46:52Z2009-06-07T12:52:17Z
<p>Is it possible to share properties between different web parts? I would like a user to only enter there user name and password in one web part and it be accessible in other parts.</p>
http://stackoverflow.com/questions/959615/wss-sharing-properties-between-web-parts/959629#9596290Answer by Peter Stuer for WSS Sharing Properties between Web PartsPeter Stuer2009-06-06T12:56:08Z2009-06-06T12:56:08Z<p>You can do this by connecting the web parts. Look into implementing the complementary IRowProvider and IRowConsumer interfaces. <a href="http://www.theserverside.net/tt/articles/showarticle.tss?id=WebParts2" rel="nofollow">This article</a> explains the basics and walks you though an example.</p>
http://stackoverflow.com/questions/959615/wss-sharing-properties-between-web-parts/961828#9618283Answer by Waldek Mastykarz - MOSS MVP for WSS Sharing Properties between Web PartsWaldek Mastykarz - MOSS MVP2009-06-07T12:52:17Z2009-06-07T12:52:17Z<p>I think that it would be easier to store the properties in the property bag of the page/site. Like this you could share them not only among web parts but controls as well.</p>