|
Dataview & data grids - setting the value of a drop down. - VB.NET -- cause --
hi, if i use the code i will hopefully explain it better. Dim ReturnDV = New DataView(ReturnDT) ReturnDV.Sort = ("BinLocation ASC") grdReturn.DataSource = ReturnDV grdReturn.DataBind() All the textboxes and labels in the grid get poulated with the values but nothing gets selected in the dropdown list i have in he grid. Do i need to do it some other way? Thanks |