@{ ViewBag.Title = System.Configuration.ConfigurationManager.AppSettings["Title"] + " | Ticket Administration"; Layout = "~/Views/Shared/_Layout.cshtml"; } @{ var mapApiKey = System.Configuration.ConfigurationManager.AppSettings["GoogleId"]; //(mapApiKey); var src1 = "https://maps.googleapis.com/maps/api/js?v=3&libraries=places&key=" + mapApiKey; }
| Payment Date | Time | Paid By | Mobile number | Paid Amount | Mode Of Payment | Remarks | Payment Updated By |
|---|
|
From:
@(Html.Kendo().DatePicker()
.Name("monthpickerFrom")
.Format("dd-MMM-yyyy")
.Value(new DateTime(DateTime.Now.Year, DateTime.Now.Month, 18))
.HtmlAttributes(new { style = "width:150px", type = "text" })
)
To:
@(Html.Kendo().DatePicker()
.Name("monthpickerTo")
.Format("dd-MMM-yyyy")
.Value(DateTime.Now)
.Max(DateTime.Now)
.HtmlAttributes(new { style = "width:150px", type = "text" })
)
|
| Dtc Code | Description | Occurance Count | FirstFailureTime | Last FailureTime | Dtc Status |
|---|---|---|---|---|---|
| Dtc Code | Description | Occurance Count | Dtc Occurance Date | Dtc Status |