473,799 Members | 3,209 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Adding WebPartZone @ runtime

Hi all,

Is there any way to add a WebPartZone at runtime?

Thanks,

Saleh
Jun 23 '07 #1
1 1744
On Jun 23, 3:12 pm, "Saleh Ghaleb" <saleh.gha...@g mail.comwrote:
Hi all,

Is there any way to add a WebPartZone at runtime?

Thanks,

Saleh
HI.,....
http://forums.asp.net/p/693577/1765179.aspx

check this link ...
code is listed there

Thanks
Masudur
http://munnacs.110mb.com

Jun 23 '07 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
1971
by: nail | last post by:
Hi. So, in a webpartzone I put 3 webusercontrols like the following code: <asp:WebPartZone SkinID="wp1" ID="WebPartZone1" Runat="server" Height="75px" Width="382px" DragHighlightColor="244, 198, 96" HeaderText="WebPart" Padding="5" PartChromeType="TitleAndBorder"> <PartTitleStyle BackColor="LightSteelBlue" ForeColor="Black"></PartTitleStyle> <CloseVerb ImageUrl="~/images/icon_delete_over.gif"></CloseVerb> <ZoneTemplate>
2
1047
by: Paal Berggreen | last post by:
How is a WebPart programmatically added to a WebPartZone, in code-behind? I would intuitively think that something like this is the way to go: this.WebPartManager1.Zones.Controls.Add(myPart); but of course that does not work (WebPartZone does not allow child control), presumably since the location of the WebParts within the zones etc. are determined dynamically by the framework, even if the html source places a specific control in a...
1
2199
by: chrisfox | last post by:
Hi, I try to customize the style of my Webparts with a CSS Stylesheet. Therefore I define a CSS File and define some CSS Classes. Now a problem occurs. Some of the classes have no effect on the Webparts in the zone. The PartStyle works. But the CssClass of the style PartMenuPopUpStyle has no effect. If I use the properties of the style ( BorderColor etc.), I can customize the style of the webpart. <asp:WebPartZone ...> .... <PartStyle...
1
2281
by: Marc Looren | last post by:
Hi, In my application I would like to have a 'master' webpartzone. A zone which content is the same on every page. I tried to create as custom PersonalizationProvider which saves the content of the 'Master' zone using always the same path ("master"). In the LoadPersonalizationState I tried to combine the webparts of the asking page with the webparts of the "master" page, but the webpartmanager of the PersonalizationState has no zones...
1
1771
by: kjartan93a | last post by:
The following code is on my master page, site.master.cs: // programatically add a WebPart from a User Control file Control uc = this.LoadControl(@"ucLotListSimple.ascx"); uc.ID = "MyWp"; GenericWebPart MyWp = WebPartManager1.CreateWebPart(uc); WebPartManager1.AddWebPart(wp2, wpzUpper, 1); The last line above works fine only if the WebPartZone wpzUpper is located on the master page itself.
0
1078
by: Ashok | last post by:
Hi I have some issues in applying Themes to controls programatically, when controls are inside WebpartZone. I have put some controls inside WebpartZone, i want to apply themes and skin to those programatically. When i am trying to set the SkinId for the control in Page_PreInit( ... ) , it's showing Null point reference.
0
1357
by: Prashant Majhwar | last post by:
The webpartzone is rendered as <table cellspacing="0" cellpadding="0" border="0" id="ctl00_ContentPlaceHolder1_WebPartZone1"> <tr> <td style="height:100%;"><table cellspacing="0" cellpadding="0" border="0" style="width:100%;height:100%;"> I want to use DIV instead of TABLE to render the WebPartZone. Is it possible
0
1396
by: PaulOak | last post by:
Hi all, How can I create a WebPartZone within a user control? As I try to add a WebPartZone to a user control I got the following error message: "A Zone can only be added to the Page in or before the Page_Init event. " Is there a way to circumvent this?
0
1329
by: PaulOak | last post by:
Hi all, I have the following problem: 1. web site (asp.net 2.0 C#). 2. WebPartZone, which contains one user control. 3. SQL Server 2000 running on dedicated DB server, hosting the aspnetdb database. Configured with aspnet_regsql.exe tool 4. Using Impersonation 5. Web.config:
0
9688
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9546
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10260
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
10243
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
10030
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
9078
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
7570
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
5590
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
4146
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.