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...
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
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
is working on a reply...