F
Frédéric Mayot
Hi,
I have a strange behavior with a webcontrol. It seems that under some
conditions, it's not possible to assign a value to a property.
theControl is a ListBox
theControl.DataSource = someTable
theControl.SelectedValue = "1" ' this value belongs to someTable
theControl.DataBind()
The property SelectedValue does not change. Can you see why ?
Thanks.
Fred
I have a strange behavior with a webcontrol. It seems that under some
conditions, it's not possible to assign a value to a property.
theControl is a ListBox
theControl.DataSource = someTable
theControl.SelectedValue = "1" ' this value belongs to someTable
theControl.DataBind()
The property SelectedValue does not change. Can you see why ?
Thanks.
Fred