Update and Delete Custom Table

Kekko Inochi asked on February 13, 2018 06:18

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.

Correct Answer

Roman Hutnyk answered on February 13, 2018 12:16

Try Custom Table Input Edit from the marketplace - it should address your needs.

0 votesVote for this answer Unmark Correct answer

Recent Answers


Kekko Inochi answered on February 14, 2018 15:33

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.

0 votesVote for this answer Mark as a Correct answer

Roman Hutnyk answered on February 14, 2018 16:24

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

0 votesVote for this answer Mark as a Correct answer

   Please, sign in to be able to submit a new answer.