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 Guys,
I have the following requirement.
In the Umbraco 4.7. backend, I need to provide options for exporting data to csv/delimited text file from an external database.
It should be like a custom page/user control with fromdate, todate and a button to export the data to csv/delimited text file.
I think this can be done using adding a section in umbraco backend.
But I am not sure about how to approach for export functionality. Could anyone please point me on the right direction?
Thanks,
Rajeev
Rajeev,
no need for a custom section IMO, just build a user control that'll be hosted as a dashboard control in any of the existing sections.
Cheers,
/Dirk
Thank you Dirk.
-Rajeev
Hi Drik,
I have created a user control to export the data. but when i host the usercontrol and try to export the data i get access to path denied when i do it from umbraco. when i run the usercontrol from my aspx the csv is rendered in the specified path.
Any suggesstions please help me.
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Adding Custom Section in Umbraco backend to export data from external
Hi Guys,
I have the following requirement.
In the Umbraco 4.7. backend, I need to provide options for exporting data to csv/delimited text file from an external database.
It should be like a custom page/user control with fromdate, todate and a button to export the data to csv/delimited text file.
I think this can be done using adding a section in umbraco backend.
But I am not sure about how to approach for export functionality. Could anyone please point me on the right direction?
Thanks,
Rajeev
Rajeev,
no need for a custom section IMO, just build a user control that'll be hosted as a dashboard control in any of the existing sections.
Cheers,
/Dirk
Thank you Dirk.
-Rajeev
Hi Drik,
I have created a user control to export the data. but when i host the usercontrol and try to export the data i get access to path denied when i do it from umbraco. when i run the usercontrol from my aspx the csv is rendered in the specified path.
Any suggesstions please help me.
is working on a reply...