pro_windows_forms thread: Creating a DataGrid Linked to a ComboBox Control
Create a DataView of the underlying DataSet, say it's called DV Try Dv.RowFilter = "FiledNameInDataView = '" & ComboboxName.Text & "'" Catch End Try Ash
|
![]() |
P2P Archives
|
|
New Titles for ASP.NET |
pro_windows_forms thread: Creating a DataGrid Linked to a ComboBox Control
Create a DataView of the underlying DataSet, say it's called DV Try Dv.RowFilter = "FiledNameInDataView = '" & ComboboxName.Text & "'" Catch End Try Ash
|