C Carlos Apr 20, 2007 #1 The control does not react when selecting items in the drop down. Autopostback is set to true. Thanks in advance. Carlos
The control does not react when selecting items in the drop down. Autopostback is set to true. Thanks in advance. Carlos
S showhertheohface Apr 20, 2007 #2 Do you have code similar to this in your InitializeComponent()? Are you using 2003 or 2005? private void InitializeComponent() { this.rblChoice.SelectedIndexChanged += new System.EventHandler (this.rblChoice_SelectedIndexChanged); }
Do you have code similar to this in your InitializeComponent()? Are you using 2003 or 2005? private void InitializeComponent() { this.rblChoice.SelectedIndexChanged += new System.EventHandler (this.rblChoice_SelectedIndexChanged); }