WSS Sharing Properties between Web Parts - Stack Overflow most recent 30 from stackoverflow.com 2009-12-20T01:07:34Z http://stackoverflow.com/feeds/question/959615 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/959615/wss-sharing-properties-between-web-parts 0 WSS Sharing Properties between Web Parts Jack 2009-06-06T12:46:52Z 2009-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#959629 0 Answer by Peter Stuer for WSS Sharing Properties between Web Parts Peter Stuer 2009-06-06T12:56:08Z 2009-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#961828 3 Answer by Waldek Mastykarz - MOSS MVP for WSS Sharing Properties between Web Parts Waldek Mastykarz - MOSS MVP 2009-06-07T12:52:17Z 2009-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>