Search

You searched for the word(s): userid:679076

Matching Posts

  • Incorrect (?) values in Web.config?

    Hi, I'm using Visual Studio 2008 + ReSharper, and when I open the Web.config for a project that uses AJAX, there are several sections that are marked as incorrect: <?xml version="1.0"?> <configuration> <configSections> <sectionGroup name="microsoft.web" type="Microsoft.Web.Configuration.MicrosoftWebSectionGroup"> <section name="converters" type="Microsoft.Web.Configuration.ConvertersSection"/> <section name="webServices"
    Posted to ASP.NET AJAX Discussion and Suggestions (Forum) by BCdotNET on 10/15/2009
    Filed under: "asp.net", "ajax", "Web.config", "Microsoft.Web", "configSections", "sectionGroup"
  • 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, based on the user that connects to the WS.
    Posted to Web Parts and Personalization (Forum) by BCdotNET on 4/12/2007
    Filed under: OnPreRender, CatalogZone, CreateWebPart, GetAvailableWebPartDescriptions, GetWebPart, WebPart, WebPartDescription, WebPartDescriptionCollection, WebPartManager, WebParts, ZoneTemplate, LoadControl, CatalogPart
  • Re: customizing catalog zone

    http://www.manning.com/neimke/ : "ASP.NET 2.0 Web Parts in Action - Building Dynamic Web Portals" by Darren Neimke talks about this. You can find code here : http://www.markitup.com/BookCodeSamples/CustomCatalogZone.zip . See also: http://www.codeproject.com/aspnet/DropDownCatalogZone.asp and http://blogs.infosupport.com/wouterv/pages/DropDownCatalogZone.aspx
    Posted to Web Parts and Personalization (Forum) by BCdotNET on 3/14/2007
    Filed under: Building Dynamic Web Portals, CatalogZone, Darren Neimke, WebPart, WebParts, Web Parts in Action
  • Re: Personalization + SQL Server 2005?

    Open the app in Visual Studio, search for "aspnetdb" which will contain the connection string to the db.
    Posted to Web Parts and Personalization (Forum) by BCdotNET on 2/26/2007
    Filed under: aspnetdb, web.config
  • Re: Web Parts and Design Mode

    Try working with the CssClass property of the PartChromeStyle and/or PartStyle and/or PartTitleStyle property of the WebPartZone or CatalogZone .
    Posted to Web Parts and Personalization (Forum) by BCdotNET on 2/7/2007
    Filed under: PartChromeStyle, PartStyle, PartTitleStyle, CatalogZone, CssClass, WebPart, WebPartZone
  • 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 2/7/2007
    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
    Filed under: OnPreRender, CatalogPart, CatalogZone, CreateWebPart, GetAvailableWebPartDescriptions, GetWebPart, WebPart, WebPartDescription, WebPartDescriptionCollection, WebPartManager, WebParts, ZoneTemplate, LoadControl
  • 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/7/2006
    Filed under: OnPreRender, CatalogZone, CreateWebPart, GetAvailableWebPartDescriptions, GetWebPart, WebPart, WebPartDescription, WebPartDescriptionCollection, WebPartManager, WebParts, ZoneTemplate, LoadControl, 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 web parts. Check out my reply (the second post) in this thread), it might help you : http://forums.asp.net/thread/1401652.aspx
    Posted to Web Parts and Personalization (Forum) by BCdotNET on 12/7/2006
    Filed under: OnPreRender, CatalogZone, CreateWebPart, GetAvailableWebPartDescriptions, GetWebPart, WebPart, WebPartDescription, WebPartDescriptionCollection, WebPartManager, WebParts, ZoneTemplate, LoadControl, CatalogPart
  • Re: Profile Properties in a web service

    Come on, at least TRY to make an effort. Use the search for these forums, use Google, use the help of Visual Studio,...
    Posted to Web Parts and Personalization (Forum) by BCdotNET on 11/13/2006
Page 1 of 4 (39 items) 1 2 3 4 Next >