-
You'll have to style the webpartzone to get rid of things you don't want to see, some of the properties you would be interested in are: PartTitleStyle EmptyZoneTextStyle HeaderStyle PartStyle Lastly, you cannot drag and drop web parts in browse mode. You have to be in design or edit mode.
-
Oops, sorry about that. I should have read your post more carefully. Try this: WebPartManager wpm = WebPartManager.GetCurrentWebPartManager( this .Page); foreach (WebPart wp in wpm.WebParts) { System.Diagnostics.Debug.WriteLine( "Found {0}" , wp.Title); }
-
Mr Mike is right you have to apply authenticated your web application first... then you can have drop down arrow. I met same problem with you but afterward I do authenticated those my web appl then drop down was shown.. Hopefully help someone... cheer Chaikrit (Cm0024)
-
Hi Guys, I've developed a webpart enabled website with VisualStudio 2005 and SQL Server Express 2005. On my devlopement system, everything works just fine. users can login, and then personalize their pages with drag'n'drop and... ! but, when I upload my site to the Live Environment on Internet...
-
Has anybody found any scalability issues with ASP.NET web parts? I'm especially interested in finding a comparison between ASP.NET web parts versus SharePoint web parts for handling large numbers of concurrent users on the same web server. I've been told that ASP.NET web parts can't scale...
-
I am trying to find out how to read what is in the DeclarativeCatalog, PageCatalog and what webparts(UserControls, CustomControls and Webparts) are already being used on a page. I will be dynamically loading controls/webparts into a catalog but I need to see what is already in the various catalogs and...
-
Hi Web parts provide an awsome way to display content in content blocks which can be swapped by dragging and dropping. However when we drag one content layer to other (for swapping purpose), it displays a line indicating where the selected layed will be dropped. This display is not as good as other websites...
-
Did you even bother to enter a couple of the keywords from the error in Google? http://benharrell.wordpress.com/2006/07/26/web-parts-manager-personalization-without-sqlexpress/ http://blogs.msdn.com/sql_protocols/archive/2005/12/22/506607.aspx http://www.datamasker.com/SSE2005_NetworkCfg.htm
-
Hi, We want to add a feeds reader web part to our ASP.NET 2.0 site using personalization/profiles. I was wondering if there might already exist a web part that we can use/start from... I don't think we could use sharepoint web parts, do we? Should work for both ATOM 1 and RSS 2. We want some functionality...
Posted to
Web Parts and Personalization
(Forum)
by
Koevoeter
on
09-25-2006, 12:00 AM
Filed under: Atlas Web Parts, Atlas WebParts, WebParts, Profile, CatalogZone, Web Parts, syndication, RSS, ATOM, feeds, OPML
-
Must be something very simple ... cannot get any WebPartZone titlebars + verb buttons to display + the collection of DisplayModes in the WebPartManager always consists of only one item: Browse. Tried all MS walkthroughs and pastable examples. Using VS2005 + Windows XP SP2 + IE6 + SQL Server 2005 for...