タイトルのように、私はデータグリッドビューにコンボボックスの列を設定しようとしています。私が欠けているものになどdatagridviewコンボボックスの列にサブソニック&vb.netを設定する
Dim lc As System.Web.UI.WebControls.ListItemCollection = _
DataAccess.Part.GetListItems()
dgvcboPart.DataSource = lc
' This is a standalone combo box and it works ok
cboTest.DataSource = lc
任意の提案:ここ
は私がこれまで持っている何ですか?
おかげ トニー・W
WinFormsではなくasp.net。だから 'DataBind'は 'System.Windows.Forms.DataGridViewComboBoxColumn'のメンバーではありません –