摘要:
下拉列表的规范命名 绑定下拉列表 一般格式是 databindDropDownList(为你的 下拉列表的ID)list 也可以绑定 ddllist datatable 的 转换应该放 数据访问层 不要放页面 Entities.Students stu =null; if (IsAddNew) { string un = tb_tsid.Text; Stu.BLL.Students bstu = new Stu.BLL.Students(); bool hasvalue = bstu.ExistsUN(un); if (hasvalue == true) { Page.ClientScript 阅读全文
posted @ 2011-11-21 23:00
菜鸟小粽粽
阅读(96)
评论(0)
推荐(0)

浙公网安备 33010602011771号