zoukankan      html  css  js  c++  java
  • 将enum绑定到dropdrownlist

    Code
    1            DropDownList1.DataSource = GetAllSex();
    2            DropDownList1.DataTextField = "name";
    3            DropDownList1.DataValueField = "value";
    4            DropDownList1.DataBind();
  • 相关阅读:
    linux卸载mysql
    【Linux/Oracle】ORA-00031:标记要终止的会话 解决
    linux上 oracle数据库的密码过期-解决
    SYSTEM表空间满,解决方法
    Oracle 撤回已经提交的事务
    关于MySQL取不到数据
    解决mysql只能通过localhost而不能使用本机ip访问的问题
    linux 卸载php,史上最详情
    关于支付宝免密代扣申请(全),小程序,公众号,php
    mcrypt_module_open 微信小程序 php7不能使用的问题
  • 原文地址:https://www.cnblogs.com/zyip/p/1449856.html
Copyright © 2011-2022 走看看