ASPX templates
Version 7.x > ASPX templates > Custom Tables Editing Page View modes: 
User avatar
Guest
Jeanne - 10/1/2012 7:52:43 PM
   
Custom Tables Editing Page
Hello,
I am working with a custom table that I have created a custom "editing page". I have created an aspx page and can retrieve and save data through the api on this page, BUT I can't seem to find out how I can retrieve the current record that the user has asked to edit. Please help.
Thanks.

User avatar
Kentico Consulting
Kentico Consulting
kentico_borisp - 10/2/2012 1:49:49 AM
   
RE:Custom Tables Editing Page
Hello,

The standard way is to get the ID of the Item from the query string, for example from the one below:

CMSModules/CustomTables/Tools/CustomTable_Data_EditItem.aspx?customtableid=3451&itemId=1

Best regards,
Boris Pocatko