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...
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" ...
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...