@{ ViewBag.Title = System.Configuration.ConfigurationManager.AppSettings["Title"] + " | Ticket Administration Dealer"; 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; } @*show loading*@
*@
| Date & Time | Paid By | Mobile number | Paid Amount | Mode Of Payment | Payment Updated By | Remarks |
|---|
|
|
|
|
|
|
|
|
@**@ |
|
|
|
|
|
|
|
|
@(Html.Kendo().DatePicker() .Name("monthpickerFrom") .Format("dd-MMM-yyyy") .Value(new DateTime(DateTime.Now.Year, DateTime.Now.Month, 1)) .HtmlAttributes(new { style = "width:150px", type = "text" }) ) |