Dynamic row with pass data to controller
View -------------------------------------------------------------------------------------------------------------------------- @model IEnumerable<Insert_Multiple_Rows_EF_MVC.Models.CustomerModel> @using Insert_Multiple_Rows_EF_MVC.Models @{ Layout = null; } <!DOCTYPE html> <html> <head> <meta name="viewport" content="width=device-width" /> <title>Index</title> <style type="text/css"> body { font-family: Arial; font-size: 10pt; } .table { border: 1px solid #ccc; border-collapse: collapse; } .table th { ...