2016-12-14 12 views

答えて

1

のドロップダウンリストのインスタンスでsystem.data.datarowviewを取得しています。これらは、DataTableの列の名前である必要があります。

DropDownList1.DataSource = dt; 
DropDownList1.DataTextField = "Column1"; 
DropDownList1.DataValueField = "Column2"; 
DropDownList1.DataBind(); 
関連する問題