These tutorials demonstrate selected features in ASP.NET version 2.0, but they are compatible with later versions of ASP.NET as well. For the current documentation, see the ASP.NET portal on the MSDN Web site.

 

 

   Welcome   |   ASP.NET   |   Web Services   |   Class Browser   
  |   I want my samples in...      

ASP.NET Quickstart Tutorials

ConnectionZone

The ConnectionZone control enables web parts to be connected to each other dynamically. You can use this control to enable connections and to set properties for a connection. However, a web part must be designed to allow connections to participate in one.

To create a connection dynamically, the user must first make the ConnectionZone control visible by taking an action to switch the page to connection display mode (ConnectionDisplayMode). The user can then create connections by selecting the connection verb from the web part's Verb menu.

Note: In addition to dynamic connections, you can connect web parts to each other statically, by using the StaticConnections property.



VB ConnectionsZone Sample
Run Sample View Source