Browse by Tags

Related Posts

  • Re: WebZoneManager in Master Page - How To change to design mode from Content Page?

    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.
    Posted to Web Parts and Personalization (Forum) by davidbarkol on 08-30-2006, 12:00 AM
    Filed under: WebParts
  • Re: Enumerating all the web parts on a page - from a web part

    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); }
    Posted to Web Parts and Personalization (Forum) by davidbarkol on 08-30-2006, 12:00 AM
    Filed under: WebParts
  • Re: **HELP** No drop down arrow - minimize options

    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)
    Posted to Web Parts and Personalization (Forum) by chaikritm on 09-05-2006, 12:00 AM
    Filed under: WebParts
  • Deploy (Publish) webpart enabled websites.

    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...
    Posted to Web Parts and Personalization (Forum) by shahab1363 on 09-18-2006, 12:00 AM
    Filed under: Atlas Web Parts, Atlas WebParts, WebParts, webparts ie6
  • Scalability of Web Parts

    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...
    Posted to Web Parts and Personalization (Forum) by ken.lefebvre on 09-18-2006, 12:00 AM
    Filed under: WebParts, Performance, Scalability, SharePoint
  • Determining what is in Webpart catalogs, on the page and clearing Catalogs

    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...
    Posted to Web Parts and Personalization (Forum) by VBMan on 09-21-2006, 12:00 AM
    Filed under: WebParts, Dynamic, CatalogZone
  • Drag Personalization

    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...
    Posted to Web Parts and Personalization (Forum) by enableDeepak on 09-22-2006, 12:00 AM
    Filed under: WebParts, webParts msn, webParts Portal
  • Re: Prerequisite to using WebParts?

    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
    Posted to Web Parts and Personalization (Forum) by BCdotNET on 09-25-2006, 12:00 AM
    Filed under: WebParts, remote connections, SQL Express, Web Parts, SQL Server
  • Looking for feeds reader web part

    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
  • WebPartManager Displaymodes and TitleBarVerbButton

    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...
    Posted to Web Parts and Personalization (Forum) by graham a on 09-25-2006, 12:00 AM
    Filed under: WebParts
Page 1 of 13 (122 items) 1 2 3 4 5 Next > ... Last ยป