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

    Code
    1            DropDownList1.DataSource = GetAllSex();
    2            DropDownList1.DataTextField = "name";
    3            DropDownList1.DataValueField = "value";
    4            DropDownList1.DataBind();
  • 相关阅读:
    FrameBuffer系列 之 一点资源
    FrameBuffer系列 之 显示图片
    FrameBuffer系列 之 相关结构与结构体
    FrameBuffer系列 之 介绍
    FrameBuffer系列 之 简单编程
    程序员五大层次,你属于哪一层?
    提高编程效率的14件事
    GTK简单了解记录
    __read_mostly变量含义
    [系统启动]Printk与sched_clock_init的一点分析
  • 原文地址:https://www.cnblogs.com/zyip/p/1449856.html
Copyright © 2011-2022 走看看