Use Web parts to create personalized ASP. NET 2.0 applications
New article: Create a computing column function StorePage () {d = document; t = d. selection? (D. selection. type! = ''None ''? D. selection. createRange (). text: ''') :( d. getSelection? D. getSelection (): '''); void (keyit = window. open (''http: // www.365key.com/storeit.aspx? T = ''+ escape (d. title) + ''& u ='' + escape (d. location. href) + ''& c ='' + escape (t), ''keyit'', ''scrollbars = no, width = 475, height = 575, left = 75, top = 20, status = no, resizable = yes ''); keyit. focus ();}
Web Parts is ASP in Microsoft Visual Studio 2005. NET 2.0 is one of the new features. Web Parts is the framework for building Portal-Style applications. It inherits from the mature mode of SharePoint Portal Server, you can use the smallest code to create richer performance, for example, you can use the drag-and-drop method to create a page layout. All the controls related to it are in the namespace System. Web. UI. WebControls. WebParts.
- WebPartManager Control
WebPartManager is the master control center of Web Parts. It can manage the list of Web Parts and regions, manage the Page Status, trigger events when the page status changes, assist in communication between Web Parts, and manage personalization.
Each page has only one WebPartsManager instance with no UI.
-
<Asp: WebPartManager ID = "WebPartManager1" runat = "server"/>