CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    May 2012
    Posts
    2

    Dynamic Generated RadioButtons - OnButtonClick Checked = False(Always)

    Hi Guys,

    I have quite a strange problem and I am unable to solve it. I have a page which generates a Questionnaire.
    On if(!Page.isPostBack) it creates all the questions and answers from the database.

    The Problem is that on button Click of Submit, when I loop through the table all radiobuttons are still false.

    I have had updatepanels(AJAX) and removed them. I have set many enableviewstates too true. How can I solve this problem?

    Thanks,
    TheFreeman.

  2. #2
    Join Date
    Jun 2013
    Location
    Santa Clara, USA
    Posts
    2

    Re: Dynamic Generated RadioButtons - OnButtonClick Checked = False(Always)


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured