I've managed to add columns to my dbo.product table in the db and also added the fields for data entry in the entityEditProducts.apsx file.
The problem I've got is that I know I need to also edit the code behind file (entityEditProducts.apsx.cs) but I'm unsure how to achieve this.
I'm adding simple text fields (ie, tel, name etc) so hopefully its an easy thing to do.
Can someone give me a guide/steer on how to amend the entityEditProducts.apsx.cs file to allow the entries to be added to the database.
Many thanks
![]()