Every radio button gets clicked.

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • sarangrao
    New Member
    • Apr 2009
    • 21

    Every radio button gets clicked.

    I have put 4 radio buttons on web page.Each and every radio button gets selected.Why is it so?Even if Iam placing these radio buttons in panel or place holder.Iam able to check every radio button.
  • dafodil
    Contributor
    • Jul 2007
    • 389

    #2
    Make sure your radio buttons has the same Group Name. You can check this on the radio button's property.

    Comment

    • Frinavale
      Recognized Expert Expert
      • Oct 2006
      • 9749

      #3
      Dafodil 's suggestion should work...or you could use a RadioButtonList instead.

      -Frinny

      Comment

      • sarangrao
        New Member
        • Apr 2009
        • 21

        #4
        Thanksvery much grop name is working

        Comment

        Working...