A
al
Greetings,
In VB6,there was the combobox controls. It had a property called
datalist where you can bind a column in the recordset to it. This
property would be used to have changes made to the text in the
combobox be reflected on the recordset, as a way of databinding. Now,
in ADO.NET, there is the ValueMember property, but the problem is it
can't be used with datareader. Is there any other property equvalent
to valuemember and can be used with datareader???
MTIA,
Grawsha
In VB6,there was the combobox controls. It had a property called
datalist where you can bind a column in the recordset to it. This
property would be used to have changes made to the text in the
combobox be reflected on the recordset, as a way of databinding. Now,
in ADO.NET, there is the ValueMember property, but the problem is it
can't be used with datareader. Is there any other property equvalent
to valuemember and can be used with datareader???
MTIA,
Grawsha