Hi,
I have two questions about the import of XML to the new form list module.
1. When i try to make the import on the site by using the 'import content' link. the previous data on the list disapears and the new data overrides it.
if there a way to Add the new data, instead of replacing it with the old one?
2. Coding Wise, with UDT v4.1 it was very easy importing XML to the table with the following code:
Dim udt As New DotNetNuke.Modules.UserDefinedTable.UserDefinedTableController
udt.ImportModule(ModuleID, xmlDoc.InnerXml, "", 0)
However, it seem that this does not work in V.5 and up.
can somebody please explain me how can I import, or add enw data to an existing table by code?
Thank you in advance for any help,
Koby.