datasource

Magento with external datasource

I'm a .Net developer, I focus mainly on the system logic rather than UI stuff, and I actually know zero about PHP so please excuse any ignorance! We are looking at using a marketing/SEO/design agency to aid us in launching a website, and they use Magento. However we have a completely bespoke order fulfilment system, which already exists...

Master Detail SPDataSource

if i have a Repeater bound to a SPDataSource and within the repeaters template another Repeater and SPDataSource. How do I pass a parameter from the outer SPDataSource to the inner? <div class="menu-container"> <sharepoint:spdatasource id="SPDataSourceCategories" runat="server" datasourcemode="List" useinternalname="true" ...

How to save the datasource of a composite control for "reset" ability?

I have a composite control that contains a gridview. The datasource for this gridview is passed in during the composite controls' instantiation. I am currently saving this datasource to a cache twice. Once for the "currentData" and once for the "OriginalData". The composite control allows for the editing of the rows inside the gridvi...