I need to create some zones in my asp page, that contains a header and
a body like a webpart.
How can I use a webpart for this designed without any webpart menu or
connection with anything, like a stand alone control ?
Web Parts is a framework built into ASP.NET 2.0 for building highly customizable portal-style pages. End users can customize Web Parts pages by changing the page layout, adding and removing Web Parts, editing Web Parts properties, establishing connections between Web Parts, and more. I would like to share how to build web parts in ASP .Net 2.0. I am providing the source code of application as well.
Portal web sites such as MY MSN and MSN Spaces, often organize their data
into discrete units that support a degree of personalization. Information is
organized into standalone parts [WebParts], and users can rearrange those parts
to suit their individual working styles. Here we will see how to add web parts to a web part page.
In this tutorial we will describe how to make WebParts on a WebParts Page communicate with each other. So will see how to use ConnectionsZone and how to enable WebParts to talk to each other by connecting them.
You will still need a WebPartManager and at least one WebPartZone, though.
Juan T. Llibre, asp.net MVP
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en espaƱol : http://asp.net.do/foros/
=============== =============== ========
<skneife@gmail. comwrote in message news:d527a5c4-a402-4c40-8cec-e53688972317@z7 2g2000hsb.googl egroups.com...
>
I need to create some zones in my asp page, that contains a header and
a body like a webpart.
How can I use a webpart for this designed without any webpart menu or
connection with anything, like a stand alone control ?
>
Thanks.
>
Sam
Comment