diff --git a/BO/Views/user/ur.cshtml b/BO/Views/user/ur.cshtml index 721ccb7..824e2f8 100644 --- a/BO/Views/user/ur.cshtml +++ b/BO/Views/user/ur.cshtml @@ -46,7 +46,7 @@ @if (Model.viewname == "user") {
- +
@Html.HiddenFor(m => m.User.userpno) @Html.TextBox("userpno1", (Model.User.userpno ?? "").Length > 5 ? Model.User.userpno.Substring(0, 6) : Model.User.userpno, new { @class = "form-control disp-init int nocomma text-center", @data_zero = "1", @style = "width: 143px;", @maxlength = "6" }) - @@ -80,8 +80,12 @@
@if (Model.viewname == "user") { - @Html.HiddenFor(w => w.User.birthday) - @*@Html.Partial("./Partial/Date", Model.User.birthday == null ? (DateTime?)null : Convert.ToDateTime(Model.User.birthday), new ViewDataDictionary { { "name", "User.birthday" } })*@ +
+ +
+ @Html.TextBoxFor(m => m.User.birthday, new { @readonly = "readonly", @style = "width: 300px; background-color: #ddd;", @class = "postno form-control disp-init" }) +
+
} @if (Model.viewname == "user") { @@ -392,6 +396,7 @@ } @section scripts{ +