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 @ 12:45
    Alex
    0

    How to display a list of datasources / their contents onto a page?

    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?)

Please Sign in or register to post replies

Write your reply to:

Draft