G
Guest
What is the secret to getting the DropDownList.SelectedIndexChanged event to
fire when its Parent is a TableCell?
My Page_Load event creates the DropDown, sets AutoPostBack=true, and wires
up the SelectedIndexChangeEvent. After that is done I add it to a
TableCell.Controlls collection.
When I change the value in the dropdown, my page reposts but no event!?
What am I missing?
fire when its Parent is a TableCell?
My Page_Load event creates the DropDown, sets AutoPostBack=true, and wires
up the SelectedIndexChangeEvent. After that is done I add it to a
TableCell.Controlls collection.
When I change the value in the dropdown, my page reposts but no event!?
What am I missing?