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.