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

    Code
    1            DropDownList1.DataSource = GetAllSex();
    2            DropDownList1.DataTextField = "name";
    3            DropDownList1.DataValueField = "value";
    4            DropDownList1.DataBind();
  • 相关阅读:
    异构网络中的并行传输问题
    如何编程实现快速获取一个整型数中的bit流中1的个数
    对单例模式的一个简单思考
    OsgEearh 中的 FeatureEditor的实现原理
    关于在osgearth 中 出现 arial.ttf : file not handled 的问题
    Qt 中 this->size() this->rect() event->size() 三者差异
    Qt 中QPainter 使用中出现的问题
    对c语言中static函数的理解
    对声明和定义的理解
    个人对头文件的理解
  • 原文地址:https://www.cnblogs.com/zyip/p/1449856.html
Copyright © 2011-2022 走看看