Browse by Tags

Related Posts

  • 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: asp.net, AuthorizeWebPart, CatalogPart, CatalogZone, CatalogZones, CreateWebPart, WebPart, webpart rename untitled, webpart space drag drop, 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
  • 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: OnPreRender, CatalogZone, CreateWebPart, GetAvailableWebPartDescriptions, GetWebPart, WebPart, WebPartDescription, WebPartDescriptionCollection, WebPartManager, WebParts, ZoneTemplate, LoadControl, CatalogPart
  • Drag/drop from CatalogZone

    I have created a CatalogPartChrome class and a CatalogZone to override the CreateCatalogPartChrome method and return my CatalogPartChrome class that will render the parts. I try two ways to override RenderCatalogPart. 1 . Use AjaxControlToolkit, an error about DragPanelExtender control occured. The description...
    Posted to Web Parts and Personalization (Forum) by manaaron on 04-03-2007, 12:00 AM
    Filed under: Atlas Web Parts, Atlas WebParts, CatalogPart, CatalogZone, CatalogZones
  • Re: Disable Verbs

    Hi, I was just trying to find out some help but I didn't find anything to disable verbs. I did some rnd at my own end and got the result. Please find the below js that will solve the problem. Please let me know your input. < script type ="text/javascript"> function HideWebpartLevelMenu(ctrlID,showMenu...
    Posted to Web Parts and Personalization (Forum) by Arjun Tiwari on 03-09-2007, 12:00 AM
    Filed under: Atlas Web Parts, CatalogZone, CreateWebPart, CssClass CatalogZone CatalogDisplayMode VerbButtonType EditUIStyle LabelStyle, Custom Catalog, custom verb, EditorZone, iwebpart verb usercontrol, webpartverbrenderMode ajax firefox, Zones, ZoneTemplate, add verb, asp.net, CatalogPart, CatalogZones, Custom Editor Part, IWebPart
  • One more challanging question of web part..

    hey guys! I am creating the webpart(as usercontrol) dynamically and add them to the dummy zone and then close that zone, so basically It will go to the page catalog part... My code is something like below : Control control = LoadControl( "~/UserControl/" + strFName); control.ID = "control" ; WebPart...
    Posted to Web Parts and Personalization (Forum) by BhaveshPatel on 03-08-2007, 12:00 AM
    Filed under: Profile.GetProfile, UserProfile, CatalogZone, CreateWebPart, Custom Catalog, GetWebPart, WebPartZone, LoadControl, Web Parts, shared, UserControl, CatalogPart, CatalogZones
  • 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: OnPreRender, CatalogZone, CreateWebPart, GetAvailableWebPartDescriptions, GetWebPart, WebPart, WebPartDescription, WebPartDescriptionCollection, WebPartManager, WebParts, ZoneTemplate, LoadControl, CatalogPart
  • 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: OnPreRender, CatalogZone, CreateWebPart, GetAvailableWebPartDescriptions, GetWebPart, WebPart, WebPartDescription, WebPartDescriptionCollection, WebPartManager, ZoneTemplate, LoadControl, CatalogPart, WebParts
  • 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: OnPreRender, UserControl, CatalogPart, CatalogZone, CreateWebPart, GetAvailableWebPartDescriptions, GetWebPart, IWebPart, WebPartDescription, WebPartDescriptionCollection, WebPartManager, WebParts, ZoneTemplate, LoadControl, ascx
  • Re: keeping a dynamically added webpartzone on the page

    Check out my reply on this thread: http://forums.asp.net/thread/1401652.aspx
    Posted to Web Parts and Personalization (Forum) by BCdotNET on 02-07-2007, 12:00 AM
    Filed under: OnPreRender, CatalogZone, CreateWebPart, GetAvailableWebPartDescriptions, GetWebPart, WebPart, WebPartDescription, WebPartDescriptionCollection, WebPartManager, WebParts, ZoneTemplate, LoadControl, CatalogPart
  • Re: Catalog Zone Manipulation

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