Hi,
I am sharing a tips with you. The tips is regarding "How to pass data from one webpart to another webpart in sharepoint?"
In certain situation we need to pass data from webpart to another webpart present in the same site. To implement the connection functionality between WebParts, we should create an Interface .This interface will be implemented by both the provider and consumer classes.
Then we will use the ConnectionProvider and ConnectionConsumer attribute to make the connection between the two webpart.
EXAMPLE:
1. Interface :
public interface Test
{
string Name { get; set; }
}
Hope you find this tips useful and of assistance. For more details, please visit this page: www.mindfiresolutions.com/...n-sharepoint--798.php
Thanks,
Bijayani