摘要:
页面下拉单的应用,ViewData["atypeList"]是List<SelectListItem> <%=Html.DropDownList("dd", (IEnumerable < SelectListItem > )ViewData["atypeList"])%>ListBox的应用//准备数据SelectListItem news = new SelectListItem { Text = "请选择", Value = null };List<SouGeDB.Pl 阅读全文
摘要:
<td> <input class="btn" type="button" value="取消" onclick="cal()"/> </td> <td> <input class="btn" type="submit" value="保存" /> </td> </tr> </table> <% } %> <script type=" 阅读全文