Browse by Tags

Related Posts

  • Re: Completely Dynamic Webparts with drag-drop & ATLAS functionality

    Now I remember where _loadedWebparts is used: look at http://www.carlosag.net/articles/WebParts/catalogPartSample.aspx , there's public override WebPart GetWebPart(WebPartDescription description) and in our version of that method we do this: public override WebPart GetWebPart(WebPartDescription description...
    Posted to Web Parts and Personalization (Forum) by BCdotNET on 10-11-2006, 12:00 AM
    Filed under: WebParts, WebPartDescription, LoadControl, WebPartManager, OnPreRender, WebPartDescriptionCollection, GetAvailableWebPartDescriptions, CatalogPart, CreateWebPart, WebPart, GetWebPart
  • Re: webparts personalization

    Look at my reply in http://forums.asp.net/thread/1401652.aspx . IMHO you should be able to use the ideas behind that to do what you want, i.e. get the webparts for the selected loan type, then load them into the custom CatalogPart. The user should only see the relevant Webparts. Mind you, these will...
    Posted to Web Parts and Personalization (Forum) by BCdotNET on 10-20-2006, 12:00 AM
    Filed under: WebParts, CatalogZone, WebPartDescription, LoadControl, WebPartManager, OnPreRender, WebPartDescriptionCollection, GetAvailableWebPartDescriptions, CatalogPart, CreateWebPart, WebPart, ZoneTemplate, GetWebPart
  • Re: Custom CatalogPart

    http://www.codeproject.com/aspnet/DropDownCatalogZone.asp -- seems to me that implementing a menu instead of a dropdown should be feasible. Aalso check out my post here: http://forums.asp.net/thread/1426253.aspx for some additional code you might want/need.
    Posted to Web Parts and Personalization (Forum) by BCdotNET on 11-06-2006, 12:00 AM
    Filed under: WebParts, GetAvailableWebPartDescriptions, CatalogPart
  • Re: Dynamic web parts - IDs constantly changing

    austinHodge: My goal: I want to develop a generic page that dynamically loads web parts based on metadata stored in the database. This metadata allows the administrator to create digital dashboards on the fly by specifying things like # of columns, web part controls, and data sources for the databound...
    Posted to Web Parts and Personalization (Forum) by BCdotNET on 12-07-2006, 12:00 AM
    Filed under: WebParts, CatalogZone, WebPartDescription, LoadControl, WebPartManager, OnPreRender, WebPartDescriptionCollection, GetAvailableWebPartDescriptions, CatalogPart, CreateWebPart, WebPart, ZoneTemplate, GetWebPart
  • Re: Catalog Zone Manipulation

    Look at the code in private void GetWebParts(), especially these lines: // retrieve the web parts from the database: List lMWP = GetMyWebParts(); In my case, "GetMyWebParts()" retrieves a list from a Web Service, and because I use Kerberos I can determine in the Web Service which data I need to return...
    Posted to Web Parts and Personalization (Forum) by BCdotNET on 04-12-2007, 12:00 AM
    Filed under: WebParts, CatalogZone, WebPartDescription, LoadControl, WebPartManager, OnPreRender, WebPartDescriptionCollection, GetAvailableWebPartDescriptions, CatalogPart, CreateWebPart, WebPart, ZoneTemplate, GetWebPart
  • ASP.NET 2.0 -- webparts -- catalog zones --

    Hi, I’m having some doubts in designing and coding catalog zones. I'm planning a web site very much similar to this "http://www.google.co.in/ig?hl=en" using webparts in ASP.NET 2.0 I want the catalog manager look some thing similar to igoogle --> "Make it your own" page. The...
    Posted to Web Parts and Personalization (Forum) by Jagadeesh Jupalli on 05-23-2007, 12:00 AM
    Filed under: CreateWebPart, WebPartDescription, WebPartDescriptionCollection, WebPartManager, WebParts, webParts Portal, Webparts profile, WebPartVerbRenderMode, WebPartZone, WebPartZone PartChromeStyle CssClass, Web Parts, web parts debugging, web Parts drag drop, Web Parts in Action, web parts personalization, WebPart, webpart rename untitled, webpart space drag drop, CatalogPart, CatalogZone, CatalogZones, asp.net, AuthorizeWebPart
  • Re: Dynamically Add Controls for User Inclusion and Configuration

    Check out my reply in http://forums.asp.net/thread/1401652.aspx for a solution to the "add controls dynamically" problem.
    Posted to Web Parts and Personalization (Forum) by BCdotNET on 10-10-2006, 12:00 AM
    Filed under: WebParts, CatalogZone, WebPartDescription, LoadControl, WebPartManager, OnPreRender, WebPartDescriptionCollection, GetAvailableWebPartDescriptions, CatalogPart, CreateWebPart, UserControl, ascx, ZoneTemplate, IWebPart, GetWebPart
  • Re: Dynamically adding UserControls as WebParts in code-behind: can it be done?

    We have solved it. Look here: http://forums.asp.net/thread/1401652.aspx
    Posted to Web Parts and Personalization (Forum) by BCdotNET on 09-28-2006, 12:00 AM
    Filed under: WebParts, WebPartDescription, LoadControl, WebPartManager, OnPreRender, WebPartDescriptionCollection, GetAvailableWebPartDescriptions, CatalogPart, CreateWebPart, WebPart, UserControl
  • Re: Problem with createchildcontrols in an asp.net 2.0 web part

    Here's how we solved something similar : http://forums.asp.net/thread/1401652.aspx
    Posted to Web Parts and Personalization (Forum) by BCdotNET on 10-04-2006, 12:00 AM
    Filed under: WebParts, WebPartDescription, LoadControl, WebPartManager, OnPreRender, WebPartDescriptionCollection, GetAvailableWebPartDescriptions, CatalogPart, CreateWebPart, WebPart, UserControl, Dynamic Webparts
  • Re: Can web part personalization vary by querystring parameter?

    Look at my reply (second post) in this thread: http://forums.asp.net/thread/1401652.aspx
    Posted to Web Parts and Personalization (Forum) by BCdotNET on 12-07-2006, 12:00 AM
    Filed under: WebParts, CatalogZone, WebPartDescription, LoadControl, WebPartManager, OnPreRender, WebPartDescriptionCollection, GetAvailableWebPartDescriptions, CatalogPart, CreateWebPart, WebPart, ZoneTemplate, GetWebPart
Page 1 of 2 (12 items) 1 2 Next >