Browse by Tags

Related Posts

  • Catalog Zone footer placement

    Is it possible to move the footer which have the text and dropdown list of Avalible webpart zone to move at the top of Catalog Zone. I want the button and that dropdown at the top of the Catalog Zone. This is my requirement. Let me know How can I achieve that. Let me know also if we can change the text...
    Posted to Web Parts and Personalization (Forum) by nabeelfaruqui on 03-24-2009, 12:00 AM
    Filed under: .net 2.0 Web Parts Personalization, asp .net 2.0 webpart image, WebPartZone, Zones, ZoneTemplate
  • Displaying Data with different domain name depending upon region or cities

    HI, i need to know that how different websites are showing data with different domain name depending upon the region or city of the user. for example if you go to www.craiglist.com you can see from there if you select newyork the url become http://newyork.craigslist.org/ and so on with the other locations...
    Posted to HttpHandlers and HttpModules (Forum) by MuhammadHassan on 11-29-2008, 12:00 AM
    Filed under: personalization webpartmanager webparts anonymous Webparts LoadPersonalizationBlobs, Personalizationnalization, Personalize, Personalized, portal, Profile.GetProfile, profiles, roles, SelectedWebPart, Web Part, Web Part Connections, Web Parts, Web Parts ASP.NET VWD, Web Parts Catalogs Silverlight, web parts deployment in iis, Web Parts in Action, web parts personalization, asp .net 2.0, asp Membership & profile, ASP.net 2.0 Profile Web "Profile Properties" Generic SortedList List, C#, IWebPartField, membership profile, WebPart, WebPart AJAX, webpart asp.net 3.5 firefox, webpart dynamically, webpart editor, WebPartZone, WebPartZone PartChromeStyle CssClass, webservices, ZoneTemplate, web user control, ASP.NET2.0, WebZone, Web Application Project, web Parts drag drop, asp.net, Asp.net 2.0 Profile, ASPxGrid + Web Parts, IWebPart, webpart connections, WebPart custom web control, web part verbs shared, web parts debugging, asp.net 2.0
  • How to add a literal to Panel in WebPartZone

    I want to create a literal in the code behind, and add it to the WebPartZone, namely wpzMiddle. When I have Literal1 in default.aspx and in the code behind, do Literal1.Text = myStringBuilder.ToString(); it works. In order for the Literal to render properly in the of the WebPartZone (wpzMiddle), the...
    Posted to Web Parts and Personalization (Forum) by mzolli on 10-09-2008, 12:00 AM
    Filed under: portal, C#, feeds, WebPartZone, ZoneTemplate, asp.net
  • want web parts with drag & drop feature only , no personlization

    i want to use web parts feature of drag & drop , but i dont want personlization wich cause so may problem, i give personalization = false for webparts manager. then in server code i change the MainWebPartManager.DisplayMode = WebPartManager.DesignDisplayMode here there is an error says that check...
    Posted to Web Parts and Personalization (Forum) by pragasht on 08-24-2007, 12:00 AM
    Filed under: SqlProfileProvider, TableProfileProvider StoredProcedureProfileProvider programmatically select provider, web 2.0, Web Application Project, .Net Application Development, asp.net, asp.net 2.0, aspnetdb, Atlas WebParts, AuthorizeWebPart, Binary Serialization, cache personalized page caching data specific user, CatalogZone, CatalogZones, CreateWebPart, web.config, Web.sitemap sitemap security tri role manager, WebPart, WebPart AJAX, webpart rename untitled, webpart space, webpart space drag drop, webpart verb javascript clientclickhandler, WebPartDescription, WebPartDescriptionCollection, WebParts, webparts ie6, webParts msn, webparts override, webParts Portal, Webparts profile, Webparts Profile Provider, Webparts- Verbs, WebParts-DeclarativeCatalogPart, WebPartVerbRenderMode, webpartverbrenderMode ajax firefox, WebPartZone, Zones, ZoneTemplate, web user control, ASP.NET2.0, WebZone, Web Parts, web parts deployment in iis, web Parts drag drop, Web Parts in Action
  • 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
  • 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
  • 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, CreateWebPart, Custom Catalog, EditorZone, EditorZone usercontrol, GetWebPart, WebPart, webpart space, WebPartManager, WebParts, webParts msn, webParts Portal, WebPartVerbRenderMode, Zones, ZoneTemplate, Dynamic Webparts, Custom Editor Part, EditorPart
  • 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
  • EditorZone - Direction, Height and Width not getting set

    In the Editor zone, Title and Chrome type are getting updated and I can see the changes reflected. However the direction, height and width do not seem to get updated or reflected. Has anybody else faced this problem? Please tell me a fix for this.
    Posted to Web Parts and Personalization (Forum) by ramya_net on 12-27-2007, 12:00 AM
    Filed under: web parts personalization, WebPartZone, ZoneTemplate
Page 1 of 2 (15 items) 1 2 Next >