I create a controller for Category
table and have generated CRUD metods.
In the CREATE
action method, how can I make the CategoryID
input disappear, and after entering CategoryName
, the CategoryID
column will automatically increment when adding a new entry to the table.