public static List<ListItem> GetEnumList(Type enumType, bool allAllOption)
this.ddlState.DataSource = Global.GetEnumList(typeof(AccreditStatus), true);
this.ddlState.DataTextField = "Text";
this.ddlState.DataValueField = "Value";
this.ddlState.DataBind();
相关文章:
-
2021-06-26
-
2021-05-26
-
2021-06-16
-
2021-07-06
-
2021-06-15
-
2021-08-03
-
2022-03-03
猜你喜欢
-
2022-02-06
-
2021-08-30
-
2021-06-21
-
2021-06-26
-
2021-07-15
-
2022-02-06
-
2022-12-23
相关资源
-
下载
2022-12-12
-
下载
2022-12-25
-
下载
2023-03-15