Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
Hi
I have a table I have created within the Umbraco database and I would like to access this from an ASPX page in a custom backend section.
Does Umbraco provide and API to do this or am I better doing my own thing?
Regards
TT
You should probably look into Linq to Sql or Entity Framework.
You will have to build a custom section and wire it into Umbraco. As for the data layer you will need your own logic as Anthony suggests
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Using Umbraco API to access privte table
Hi
I have a table I have created within the Umbraco database and I would like to access this from an ASPX page in a custom backend section.
Does Umbraco provide and API to do this or am I better doing my own thing?
Regards
TT
You should probably look into Linq to Sql or Entity Framework.
You will have to build a custom section and wire it into Umbraco. As for the data layer you will need your own logic as Anthony suggests
is working on a reply...