Mr.Combet Webshell
Your IP :
216.73.216.136
Server IP :
103.233.58.157
Server :
Windows NT WIN-4PGF72KEHKB 10.0 build 17763 (Windows Server 2016) AMD64
Server Software :
Microsoft-IIS/10.0
PHP Version :
7.3.25
Add File :
Submit
Add Directory :
Submit
Dir :
C:
/
inetpub
/
wwwroot
/
BNBHospital
/
Views
/
Query
/
Edit File Name :
Edit.cshtml
@model bnb.Models.QueryViewModel @{ ViewBag.Title = "Edit"; Layout = "~/Views/Shared/_Layout.cshtml"; } <br /> Edit Query for <h2>@ViewBag.documentname</h2> @using (Html.BeginForm()) { @Html.AntiForgeryToken() <div class="form-horizontal"> <h4>QueryViewModel</h4> <hr /> @Html.ValidationSummary(true, "", new { @class = "text-danger" }) @Html.HiddenFor(model => model.QueryId) @Html.HiddenFor(model => model.DocumentName) @Html.HiddenFor(model => model.ReferenceType) @Html.HiddenFor(model => model.ReferenceId) @Html.HiddenFor(model => model.DoctorUrl) <div class="form-group"> @Html.LabelFor(model => model.QueryName, htmlAttributes: new { @class = "control-label col-md-2" }) <div class="col-md-10"> @Html.EditorFor(model => model.QueryName, new { htmlAttributes = new { @class = "form-control" } }) @Html.ValidationMessageFor(model => model.QueryName, "", new { @class = "text-danger" }) </div> </div> @*<div class="form-group"> @Html.LabelFor(model => model.ReferenceId, htmlAttributes: new { @class = "control-label col-md-2" }) <div class="col-md-10"> @Html.EditorFor(model => model.ReferenceId, new { htmlAttributes = new { @class = "form-control" } }) @Html.ValidationMessageFor(model => model.ReferenceId, "", new { @class = "text-danger" }) </div> </div>*@ @*<div class="form-group"> @Html.LabelFor(model => model.ReferenceType, htmlAttributes: new { @class = "control-label col-md-2" }) <div class="col-md-10"> @Html.EditorFor(model => model.ReferenceType, new { htmlAttributes = new { @class = "form-control" } }) @Html.ValidationMessageFor(model => model.ReferenceType, "", new { @class = "text-danger" }) </div> </div>*@ <div class="form-group"> @Html.LabelFor(model => model.HitCount, htmlAttributes: new { @class = "control-label col-md-2" }) <div class="col-md-10"> @Html.EditorFor(model => model.HitCount, new { htmlAttributes = new { @class = "form-control", @readonly = "readonly" } }) @Html.ValidationMessageFor(model => model.HitCount, "", new { @class = "text-danger" }) </div> </div> <div class="form-group"> @Html.LabelFor(model => model.IsActive, htmlAttributes: new { @class = "control-label col-md-2" }) <div class="col-md-10"> <div class="checkbox"> @Html.EditorFor(model => model.IsActive) @Html.ValidationMessageFor(model => model.IsActive, "", new { @class = "text-danger" }) </div> </div> </div> <div class="form-group"> <div class="col-md-offset-2 col-md-10"> <input type="submit" value="Save" class="btn btn-default" /> @Html.ActionLink("Back to List", "Index", new { id = ViewBag.id, par1 = ViewBag.documenttype, par2 = ViewBag.documentname }, htmlAttributes: new { @class = "btn btn-info" }) </div> </div> </div> } @section Scripts { @Scripts.Render("~/bundles/jqueryval") }
Save