Html.TextBox("EmpID") If you have the strongly typed view then you need to use: Html.TextBoxFor(m => m.EmpID)
確定! 回上一頁