473,799 Members | 2,734 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

ASP 2.0 WebPartZone LayoutOrientati on and Access

I have two questions for which I have yet to figure out an answer:

1. I have a page with three webpartzones, one zone on each row of a three-row
table. I have the layoutorientati on property set to "horizontal " so that
the webparts will be added side by side. Is there any way to have the webparts
wrap in the zone? Currently, I have the webpartzones set to 100% width to
take up all available room in the table cell. When you add webparts, the
zones keep expanding like this:

x x x x x x

Instead, I'd like the webparts to expand to the right and then wrap with
the reach the right-side of the window, like this:

x x x
x x x

2. I'm also trying to restrict the Webpartzones to which a user can add
a webpart. Specifically, I'd like to modify the "Add to:" drop-down box
on the webparteditor so that users cannot add webparts to all of the zones
on the available page. Is this possible?
May 8 '06 #1
1 1690
On the second issue you should be able to set the AllowLayoutChan ge property
of the WebPartZone to false.

--
Robert L. Bogue, MS MVP, MCSE, MCSA:Security, Etc.
Blog: http://www.thorprojects.com/blog
"Heath Howard" <au******@gmail .com> wrote in message
news:cf******** *************** **@news.microso ft.com...
I have two questions for which I have yet to figure out an answer:

1. I have a page with three webpartzones, one zone on each row of a
three-row table. I have the layoutorientati on property set to
"horizontal " so that the webparts will be added side by side. Is there
any way to have the webparts wrap in the zone? Currently, I have the
webpartzones set to 100% width to take up all available room in the table
cell. When you add webparts, the zones keep expanding like this:

x x x x x x

Instead, I'd like the webparts to expand to the right and then wrap with
the reach the right-side of the window, like this:

x x x
x x x

2. I'm also trying to restrict the Webpartzones to which a user can add a
webpart. Specifically, I'd like to modify the "Add to:" drop-down box on
the webparteditor so that users cannot add webparts to all of the zones on
the available page. Is this possible?

May 26 '06 #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>
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
2280
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...
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:
1
1713
by: needin4mation | last post by:
I always get "untitled" for the webpartzone. I can get rid of it by putting the title= attribute in the control. I am using user controls. But what if I want it dynamic? then I can't edit the title attribute. For example, if the user adds a control from the catalog, it's not going to have title= in the control. Thank you for any help. BTW, I have added to the control it self (the title= to everything in it) and it has not effect.
1
1744
by: Saleh Ghaleb | last post by:
Hi all, Is there any way to add a WebPartZone at runtime? Thanks, Saleh
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
9544
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
10490
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
10259
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...
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
9077
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
5467
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
1
4145
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.