Copied to clipboard

Flag this post as spam?

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


  • Alex 4 posts 24 karma points
    Dec 13, 2013 @ 13:24
    Alex
    0

    Inserting datasources / their contents into a web form?

    Hi, I've currently got a web user control that I'm using to display two boxes, what I want to do is display a list of datasources and their contents into one of these boxes. (this will later be validated etc with external data sources, but that's not important at this moment in time).

    I'm currently importing

    <%@ Import Namespace="Umbraco.cms.businesslogic" %>
    <%@ Import Namespace="umbraco.cms.businesslogic.web" %>
    <%@ Import Namespace="umbraco.cms.businesslogic.member" %>
    <%@ Import Namespace="umbraco.cms.businesslogic.propertytype" %>
    <%@ Import Namespace="umbraco.cms.businesslogic.relation" %>
    <%@ Import Namespace="umbraco.nodefactory" %>
    

    and other relevant namespaces, what else can I do programmatically to access this part of Umbraco and display it? (it actually wouldn't even have to be using programming, is there a way to insert datasources like a macro etc?)

  • 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