Copied to clipboard

Flag this post as spam?

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


  • rsa 3 posts 23 karma points
    Jun 21, 2012 @ 19:07
    rsa
    0

    Newb: presenting Tabular Data

    Here is a newbie with a basic understanding problem.
    I need to present data from a table in tabular form on a page. (with paging)
    Think of a list of adresses: Name, Age, Adress...etc.. like

    NAME --- AGE --- Adress
    Steve --- 32 ----- Adress One
    Mike ---- 55 ----- Adress Two

    Page: 1 2 3 4 ...
    << FIRST < PREV NEXT> LAST>>

    I did this numerous times in ASP, ASP.NET...

    That data also has to be editable in a backend-page with CRUD-methods.

    My questions:

    1. How to access my own data-table, or can I customize the umbracos own content tables to store any kind of data-fields?

    2. How to setup a front-end page that displays not only one record but a table?
    2.1. How to setup paging for that page?

    3. How to setup a backend-page to let authors create-edit-update-delete records? (preferably also in a tabular form)

     

    Can someone PLEASE give me some hints how I can accomplish this - which seems to me a trivial task in "classic" asp.net...

     

    Thank you!!!
    Reinhard

     

  • Jonas Eriksson 930 posts 1825 karma points
    Jun 24, 2012 @ 11:55
    Jonas Eriksson
    0

    Hi Reinhard,

    Dewd  http://our.umbraco.org/projects/developer-tools/dewd is a nice package to add data editing for a sql data table within Umbraco.

    To get data displayed on the front end use the same functionality as you would do otherwise in ordinary asp.net. 

    Hth

    Jonas

     

Please Sign in or register to post replies

Write your reply to:

Draft