Hi all! I am using Kentico 11, and I want to get data from custom table.string tableName = @customtable.MenuNavigation@; DataClassInfo imageTable = DataClassInfoProvider.GetDataClassInfo(tableN...
Hi,I have a project which is recently upgraded from version 8.2 to version 9.0. I find that on a particular api has thrown some exception.I have created a new custom table and using code generator ...
I have stepped through and debugged my code and the id that is being passed to the GetItem() method is the ID of the training plan I am looking to get and the custom table class name is correct (It...
Hi, I have a Core project, which contains a static class 'CustomTableHelper' that inserts/gets records from a Custom Table called 'Feedback'. The class responsible for the insert/get is the followi...