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: 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
  • WebpartManager is undefined

    Hello, I have built a very simple website which has a class that implements IHttpModule Which manages URL rewriting. I have one page Default.aspx that inherits from a master page which has on it 3 WebPart zones, a WebPart manager and 2 controls inside 2 of the 3 WebPartZones. When I remove the URL rewriting...
    Posted to Web Parts and Personalization (Forum) by RichardPriddy on 02-08-2007, 12:00 AM
    Filed under: WebParts, Web Parts, WebPartManager, WebPart, personalization, web Parts drag drop, WebPartZone, webpart space drag drop, personalization webpartmanager webparts
  • Webparts problems

    hi, im trying to use ajax with webparts. the problem is that i can move the webpart from one webpartzone to another, just i can change the DisplayMode. i read that i must change the webconfig but i cant do well :S. When i want to put this inside the webconfig: <pages> <tagMapping> <add...
    Posted to ASP.NET AJAX UI (Forum) by ganzi on 02-16-2007, 12:00 AM
    Filed under: ajax, WebParts, WebPartManager, ajax .NET 1.0
  • web parts... atleast reply this time

    hey guys !!!! I think asp.net team is very poor in reply while it comes to webparts or Ajax.......... Is that possible to open catalogzone(pagecatalogpart) in different page(like pop up window,) , rather than opening in the same page? plz plz plz guyssss... atleast reply something........... I am really...
    Posted to Web Parts and Personalization (Forum) by BhaveshPatel on 03-05-2007, 12:00 AM
    Filed under: Atlas WebParts, WebParts, webParts msn, webParts Portal, WebPartManager, CreateWebPart, WebPart, Dynamic Webparts, ZoneTemplate, GetWebPart, Custom Catalog, WebPartVerbRenderMode, Zones, Custom Editor Part, EditorZone usercontrol, EditorPart, webpart space, EditorZone
  • Workaround for using Web Parts with AJAX 1.0 UpdatePanel

    Hi All, Some of you will be pleased to know that I have produced a workaround to address the issue of WebPart Drag and Drop (and verb popup menus) not operating correctly inside of an update panel. It seems that the functionality being shown off on channel 9 (using Ajax CTP) was only to tease us into...
    Posted to Web Parts and Personalization (Forum) by davior on 03-14-2007, 12:00 AM
    Filed under: Atlas WebParts, WebParts, WebPartManager, WebPart, web 2.0, webpart space drag drop
  • Custom Web Part Verb visibility dependant on WebPartManager.DisplayMode

    I have a user control that implements a custom web part verb through the IWebActionable interface, and this works perfectly, but i was hoping to hide the verb depending on the current display mode of the page the web part is in. So that the user cannot select the verb in browse mode etc. something like...
    Posted to Web Parts and Personalization (Forum) by arrdee on 03-28-2007, 12:00 AM
    Filed under: WebParts, Web Parts, WebPartManager, WebPart, WebPartZone, DisplayMode, Custom Verbs
  • 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
  • Problem using January Futures CTP WebPartManager in Web Application Project

    Hi, I recently rebuilt an application using the new Web Application Project in Visual Studio (rather than the previous Web Site Project). I am using the January Futures CTP of Ajax and Webparts, (not to do anything with Ajax yet, just to fix drag and drop across browsers). A Web Application Project creates...
    Posted to Web Parts and Personalization (Forum) by gburks on 04-14-2007, 12:00 AM
    Filed under: WebParts, Web Parts, WebPartManager, WebPartZone, January Futures CTP, Designer File, Microsoft.Web.Preview
Page 1 of 3 (27 items) 1 2 3 Next >