|
Dataview & data grids - setting the value of a drop down. - VB.NET -- ParagYerawar --
cause wrote: Hi, I have a data table which contains data that i want to display in a data grid. In the datagrid one of the columns is a dropdownlist. From this datatable i create a dataview which i am setting as the datsource of grd. The rows are poulating fine for me except that the 'selectedvalue' i have for the dropdownlist is being picked up. Do you know if it is possible to do this? Many Thanks i can't undersatand ur problem but i thing u want know which value u have selected from combo..so the Grid.Item(iCol, iRow).Value ----is ur answer .. check it up..or tell me where i m going wrong to understand.. |