vote up 0 vote down star

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.

flag

2 Answers

vote up 0 vote down

You can do this by connecting the web parts. Look into implementing the complementary IRowProvider and IRowConsumer interfaces. This article explains the basics and walks you though an example.

link|flag
vote up 3 vote down

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.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.