hi pradeep,
niway i find ur website cool,
Im using the code in Microsoft Application Data block for net Code
heres the code
dr = SqlHelper.ExecuteReader(connection, "invoice2")
Me.ComboBox1.DataSource = dr
Me.ComboBox1.DisplayMember = "DOCNO"
Me.ComboBox1.ValueMember = "TRNO"
heres the error code
complex databinding accepts as a datasource either ilist or ilist source
|