Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Sa 118 posts 152 karma points
    Sep 17, 2009 @ 09:19
    Sa
    0

    getting the parameter

    Hi folks.,

    i am going to create a contentPage(test) of doumentType(Testing)..

    all these documentTypes are stored in a Xml..

    when i add a new contentPage(For example TestNew ) of DocumentType(Testing),it should check the xml if it is present..

    so i need to get parameter of documentType(Testing).. any pointers?

  • Richard Soeteman 3875 posts 12037 karma points MVP
    Sep 17, 2009 @ 13:08
    Richard Soeteman
    0

    Hi,

    Don't know what your intention with this is, but you can get the Document type using the following statement:

    umbraco.cms.businesslogic.web.

    DocumentType dt = umbraco.cms.businesslogic.web.DocumentType.GetByAlias("Testing");

    Cheers,

     

    Richard

  • Shashikumar 13 posts 33 karma points
    Sep 18, 2009 @ 09:14
    Shashikumar
    0

    Hi,

    Login page is redirecting to login page itself only in firefox but works well in all IE. I have created a master template and given <form /> tage inside of <body> tage and created macros for my user controls. All my user controls will reside inside the <form> tag in master template. I have developed the code in C#. Any suggestion about this issue will be helpful

     

    thanks.

  • Dirk De Grave 4537 posts 6006 karma points MVP 3x admin c-trib
    Sep 18, 2009 @ 09:15
    Dirk De Grave
    0

    Hi Shashikumar, 

    your post is completely irrelevant to the original poster's question. Please open a new thread for your question!

     

    Cheers,

    /Dirk

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies