MonoX support board

Start the conversation, ask questions and share tips and solutions with fellow developers.

Non-registered users can only browse through our support boards. Please register now if you want to post your questions. It takes a second and it is completely free. Alternatively, you can log in without registration using your credentials at major sites such as Google, Microsoft Live, OpenId, Facebook, LinkedIn or Yahoo.

How to Connect Parts in MonoX  (Mono Support )

Viewed 11132 time(s), 2 post(s) 4/25/2013 3:45:45 PMby darryljneil

Related topics

darryljneil

darryljneil

4/25/2013 3:45:45 PM
I've been working with webparts for a short period of time now and have been able to create webparts that utilize ConnectionProvider and ConnectionConsumer attributes in order to supply pertinent data to other webparts. My question at this point involves getting the most out of the pre-existing MonoX webparts. I've not been able to discover any connection capabilities with MonoX web parts and am now wondering how to consume data directly from a MonoX webpart. Any suggestions would be appreciated. For reference, I'm using MonoX 4.7

Regards,
Darryl
This content has not been rated yet. 
207 Reputation 23 Total posts
denis

denis

4/27/2013 6:34:01 PM
Could you please let us know what you are trying to achieve?
MonoX ConnectionProviders/Consumers were built on top of the standard ASP.NET infrastructure, a good discussion on this topic can be found here: http://msdn.microsoft.com/en-us/magazine/cc188696.aspx 
Note that MonoX web parts does not use this functionality a lot: the problem is that by default you can access the information exchanged between providers and consumers rather late, in the PreRender event. This is not acceptable for many real-world scenarios, so we are usually resorting to other techniques for communication between web parts.
This content has not been rated yet. 
7207 Reputation 956 Total posts