dropdownlist with autopostback set to true does not fire. Please help.

C

Carlos

The control does not react when selecting items in the drop down.
Autopostback is set to true. Thanks in advance.

Carlos
 
S

showhertheohface

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);

}
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,755
Messages
2,569,536
Members
45,009
Latest member
GidgetGamb

Latest Threads

Top