Copied to clipboard

Flag this post as spam?

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


  • sarathy 16 posts 36 karma points
    Apr 30, 2015 @ 08:07
    sarathy
    0

    CRUD operation in umbraco 7.2 mvc

    can you give code for CRUD(CREATE,READ,UPDATE,DELETE) in umbraco mvc

  • Dennis Aaen 4500 posts 18255 karma points admin hq c-trib
    Apr 30, 2015 @ 08:11
    Dennis Aaen
    0

     Hi sarathy,

    For Umbraco 6.x and newer there are some services that you can use from .NET and C# https://our.umbraco.org/documentation/reference/management-v6/services/

    And if you´re looking for the code for CRUD(CREATE,READ,UPDATE,DELETE) content in umbraco mvc, then take a look at the ContentService. https://our.umbraco.org/Documentation/Reference/Management-v6/Services/ContentService

    Hope this helps,

    /Dennis

  • sarathy 16 posts 36 karma points
    Apr 30, 2015 @ 16:06
    sarathy
    0

    hi dennis, thanks for your reply... i need crud operation sample code by using petapoco concept for custom table without umbraco admin section...

  • Dennis Aaen 4500 posts 18255 karma points admin hq c-trib
    May 01, 2015 @ 11:57
    Dennis Aaen
    0

    Hi sarathy,

    Perhaps you can use this blogpost from Warren Buckley http://creativewebspecialist.co.uk/2013/07/16/umbraco-petapoco-to-store-blog-comments/, maybe this video from aptitude can help you too http://www.aptitude.co.uk/videos/using-custom-tables-data-in-umbraco/

    Hope this helps,

    /Dennis

     

  • sarathy 16 posts 36 karma points
    May 02, 2015 @ 16:48
    sarathy
    0

    Thanks dennies.this link is very useful for me,it is only for how to insert and select table from database but i need edit,update and delete table sample code...pls help.

  • 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