Search

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

Matching Posts

  • Re: Beerhouse AddEditProduct.aspx FCKeditor Description Problem

    you should just make sure that in the javascript file (fckconfig.js) you copy the custom TBH settings. look for this part : FCKConfig.ToolbarSets["Default"] in your original code. A little lower you will have custom settings. copy these to your new .js file :) koen
    Posted to TheBeerHouse Starter Kit (Forum) by Koen on 8/8/2008
  • CheckVirtualFileExists(System.Web.VirtualPath)

    Hi, I'm implementing a site and use urlrewriting. I often get this error, but my pages load fine (I cought the error using errorhandling) Page location: /(X(1)A(pgPwaq4JyQEkAAAAYjI1NWY5NmUtZjNkZi00NWZhLWJhYjUtNzAyMWNkMjI2MTQyMNmfivJTkUwN4wtV1cQ7gK2uxMw1)SDefault.aspx?AspxAutoDetectCookieSupport=1 Message: The file '/(X(1)A(pgPwaq4JyQEkAAAAYjI1NWY5NmUtZjNkZi00NWZhLWJhYjUtNzAyMWNkMjI2MTQyMNmfivJTkUwN4wtV1cQ7gK2uxMw1)SDefault.aspx' does not exist. Source: System.Web Method: Void CheckVirtualFileExists
    Posted to Web Forms (Forum) by Koen on 7/21/2008
    Filed under: URLRewriting
  • Re: Convert to web application project

    hi, what I actually did is create a class : public class ProfileCommon : ProfileBase { public static ProfileCommon GetUserProfile( string username) { return Create(username) as ProfileCommon ; } public static ProfileCommon GetUserProfile() { return Create( Membership .GetUser().UserName) as ProfileCommon ; } [ SettingsAllowAnonymous ( false )] public string Description { get { return base [ "FirstName" ] as string ; } set { base [ "FirstName" ] = value ; } } [ SettingsAllowAnonymous
    Posted to Web Parts and Personalization (Forum) by Koen on 6/11/2008
  • Convert to web application project

    Hi, I'm trying to use Intelligencia .UrlRewriter where I want to do transformation. My project was just a web site project, so I apparantly need to convert my project into a web application project. I did all the steps that scottgu refered to and also the steps on MSDN. this was all fine. However, I'm still stuck with my ProfileCommon In my Web.config I have groups. < group name = " Preferences " > < add name = " Theme " type = " String " allowAnonymous
    Posted to Web Parts and Personalization (Forum) by Koen on 6/11/2008
    Filed under: web application project, Profiling, ASP.NET
  • Re: default subscription type

    still nothing ?
    Posted to TheBeerHouse Starter Kit (Forum) by Koen on 9/17/2007
  • default subscription type

    Hi, How can I change the default subscription type to "html" If I add defaultValue to my web.config and set it to Html, I get an error And i'd like to set this as a default, while now it is set to none koen
    Posted to TheBeerHouse Starter Kit (Forum) by Koen on 8/24/2007
  • url rewriting with urlrewriter.net

    Hi, I'm implementing urlrewriter.net. I want to create a custom class in my web project (based on the sample in the help : public class MakeDashTransform : IRewriteTransform { public string ApplyTransform (string input) { // Replace all underscores with dashes… return input.Replace("_", "-"); } public string Name { get { return "makedash"; } } } In the web.config I need to add < rewriter > <register transform="MyNamespace.MakeDashTransform, MyAssembly"
    Posted to Master Pages, Themes and Navigation Controls (Forum) by Koen on 8/7/2007
    Filed under: url rewriting urlrewriter.net
  • Re: Problem with currentrating in rating control

    Hi Yuriy, thanks for all the help . i owe you a couple of beers ! koen
    Posted to ASP.NET AJAX Control Toolkit (Forum) by Koen on 7/20/2007
  • Re: Problem with currentrating in rating control

    the story continues : it seems to retrieve the correct data now, but when I update the rating, I need to do this 2 times before the update is actually done ? koen
    Posted to ASP.NET AJAX Control Toolkit (Forum) by Koen on 7/20/2007
  • Re: Problem with currentrating in rating control

    Hi, i just moved it out of the if (! this .IsPostBack) { and this seems to work can someone explain this ?
    Posted to ASP.NET AJAX Control Toolkit (Forum) by Koen on 7/20/2007
Page 1 of 5 (49 items) 1 2 3 4 5 Next >