E
E. Kwong
I have a DropDownList which is originally bound to a SqlDataSource. In
Design view, the control is shown as "Databound".
Later I changed my mind and changed the dropdown binded to a datatable
programmatically. In Design view, the control is shown as "Unbound". The
poblem is: after the change, the SelectedIndexChanged event no longer fires.
Any clue to why this happening?
I'm using vb.net, VS2005. Thanks.
Design view, the control is shown as "Databound".
Later I changed my mind and changed the dropdown binded to a datatable
programmatically. In Design view, the control is shown as "Unbound". The
poblem is: after the change, the SelectedIndexChanged event no longer fires.
Any clue to why this happening?
I'm using vb.net, VS2005. Thanks.