MVC model data was created in Controller and passed to using ViewBag. In View I need to access it using AngularJS so that I can display the each row data with checkboxes for selection?
The model contains columns (dept_id, dept_name) and may have many rows. My view should be shown as below and dept_id whose checkbox is selected should be identified.
Uvarajan DPosted Feb 14, 2019, 8:25 AM
Sanwar RanwaPosted Feb 14, 2019, 12:36 AM