S
Stimp
As rows in a datalist are being output, I have a dropdownlist appearing
on each row, being populated as the datalist is generated.
I tried to use Dropdownlist.Databind in the DataList1_ItemDataBound
function but this didn't work.
I had to manually populate the dropdown by looping through a recordset.
Is this a known bug in framework 1.1 ?
Thanks!
on each row, being populated as the datalist is generated.
I tried to use Dropdownlist.Databind in the DataList1_ItemDataBound
function but this didn't work.
I had to manually populate the dropdown by looping through a recordset.
Is this a known bug in framework 1.1 ?
Thanks!