Kindly checkout my complete view and add the required code I have tried many from Stack overflow but none of them work for me below is my code.
- @{
- ViewBag.Title = "Question List";
- Layout = "~/Views/Login/Dashboard2.cshtml";
- }
Questions List
- @Html.ActionLink("Create New", "Create", null, new { @class = "btn btn-primary" })
"tblQuetions">
- Question Description
- Type
- Status
- Start Date
- Created By
Edit Delete - "//cdn.datatables.net/1.10.15/css/jquery.dataTables.min.css" rel="stylesheet" />
- @*"//cdn.datatables.net/1.10.20/css/jquery.dataTables.min.css" type="text/css" />*@
- @section scripts
- {
- }
- @Scripts.Render("~/bundles/jquery")
Sachin SinghPosted Nov 12, 2020, 3:06 AM
Mark TaborPosted Nov 12, 2020, 3:12 AM
Mark TaborPosted Nov 12, 2020, 3:03 AM
Sachin SinghPosted Nov 12, 2020, 2:57 AM
Mark TaborPosted Nov 12, 2020, 2:50 AM
Mark TaborPosted Nov 12, 2020, 2:34 AM
Sachin SinghPosted Nov 12, 2020, 1:58 AM