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

Popular posts from this blog

java - SSE Emitter : Manage timeouts and complete() -

jquery - uncaught exception: DataTables Editor - remote hosting of code not allowed -

java - How to resolve error - package com.squareup.okhttp3 doesn't exist? -