I have a user area where I need logged in users to edit data that is stored in a Kentico custom table. I could also use a straight SQL table. What is the best way to do this? I am struggling with basic CRUD FUNCTION to SQL and Kentico custom tables. Searching for documentation or examples, it seems like this would effect others also.
Try Custom Table Input Edit from the marketplace - it should address your needs.
This worked great. Thank you. If someone reads this, it would be great to have this Webpart also work for BizForm tables. Many times I collect data in Form, then need to have the user edit info.
In case with BizForm I usually customize biz form web part, where I capture record id from URL (or anywhere else that works in particular case) and pass it to internal biz form control - the rest (loading data and updating it) it handles on its own
Please, sign in to be able to submit a new answer.