protected void Poll1_SetSelectedItem(object sender, PollAnswerEventArgs e)
    {
        OboutRadioButton OboutRadioButton1 = e.Answer.FindControl("OboutRadioButton1") as OboutRadioButton;

        OboutRadioButton1.Checked = e.Answer.Item.Selected;
    }
 protected void Poll1_SetSelectedItem(object sender, PollAnswerEventArgs e)
 {
     OboutRadioButton OboutRadioButton1 = e.Answer.FindControl("OboutRadioButton1") as OboutRadioButton;
     OboutRadioButton1.Checked = e.Answer.Item.Selected;
 }