1.下拉框设为只读试了试用这个有效:
立即学习“前端免费学习笔记(深入)”;
@Html.DropDownListFor(model => model.SecondDevelopment, (SelectList)ViewBag.swseconddevelopment, new { disabled = "disabled" }) @Html.TextBoxFor(model => model.ProjectLeaderName, new { @readonly = "readonly" })立即学习“前端免费学习笔记(深入)”;
3.多选框
立即学习“前端免费学习笔记(深入)”;
@Html.CheckBoxListFor(model => model.ProvideService, (SelectList)ViewBag.swprovideservice,null, new { @readonly = true })立即学习“前端免费学习笔记(深入)”;
立即学习“前端免费学习笔记(深入)”;
@Html.RadioButtonListFor(model => model.NeedApply, (SelectList)ViewBag.swneedapplyornot, null, new { disabled = "disabled" })立即学习“前端免费学习笔记(深入)”;
HTML怎么学习?HTML怎么入门?HTML在哪学?HTML怎么学才快?不用担心,这里为大家提供了HTML速学教程(入门课程),有需要的小伙伴保存下载就能学习啦!
Copyright 2014-2025 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号