Copied to clipboard

Flag this post as spam?

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


  • Suvarna 10 posts 30 karma points
    Oct 06, 2009 @ 14:02
    Suvarna
    0

    Inserting, modifying, deleting data from database table using Umbraco

    Hi, I am new to umbraco. In my project i have one table in umbraco database. I want to insert, modify, delete data from Umbraco database through umbraco UI. its like maintaining data into database through Umbraco CMS. Is there any way to do this. Earlier help will be really appreciated. Its urgent.

    Thanks,

    Suvarna

  • Tommy Poulsen 514 posts 708 karma points
    Oct 06, 2009 @ 14:36
    Tommy Poulsen
    0

    Hi Suvarna, you could consider looking into this extension here: http://our.umbraco.org/projects/sql-for-xslt-%28jespercom%29

    >Tommy

     

  • Shannon Deminick 1525 posts 5271 karma points MVP 2x
    Oct 06, 2009 @ 16:08
    Shannon Deminick
    0

    Are you looking to use the Umbraco UI to manage your own custom data tables? You can create custom applications/trees for this, it's fairly easy. Here's the tree/application API:

    http://our.umbraco.org/wiki/reference/backoffice-apis/tree-api---to-create-custom-treesapplications

    If you're looking to modify the data in the Umbraco CMS (not your own custom data), you can just use the Umbraco APIs. Have a look at the umbraco.cms.businesslogic.web.Document object to start with, this is how you can custom update properties of content nodes, create them, etc....

     

  • Shannon Deminick 1525 posts 5271 karma points MVP 2x
    Oct 06, 2009 @ 16:09
    Shannon Deminick
    0

    Or if you want something really easy and quick to manage your own data, you can just make your own UserControl and register it in the /config/dashboard.config file and your custom control will render in the dashboard of Umbraco backoffice.

     

Please Sign in or register to post replies

Write your reply to:

Draft