Click here to Skip to main content
15,886,823 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Dear sir,

I have studied number of blogs but i could not be able to get the solution to connect custom webpart(user control wraped in smartpart).Basically i have two user control which are deployed whenever a subsite is created.i want to connect these webparts.if someone have a solution.please help me.
Posted
Updated 30-Jan-12 0:05am
v2
Comments
[no name] 30-Jan-12 8:02am    
What do you mean by "connect" and what version of SharePoint?

1 solution

I assume by "connect" you are referring to creating connectable webparts. In this case, you'll need to implement the provider and consumer interfaces on the webparts that wrap the user controls, then pass the information to the user controls.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900