asp.net - Assigning property values to a checkbox mvc c# -
hoping can give me point in right direction this.
so have working "product" form employees fill in , results show on table. i've added "approved" check box form, again result of being checked or not displayed in table.
however, employee can edit record of checks , unchecks box in database. i've added checkedby , checkboxdate "product" database table , model.
i'm wondering right way go or if should have own table, model, properties etc checkbox?
my suggestion have separate table 4 columns - updatedby (saves made update), updatedate(i.e. when update made may system date), component(which part or page name updated) , section(which value or control updated). use table such future change across product.
Comments
Post a Comment