Radiobutton List selection changes mysteriously

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • K B

    Radiobutton List selection changes mysteriously

    Hi,

    I have a standard radiobuttonlist control (rbl) in VS2005. I set the
    values right in the control, not by a dataset. I have 4 items, with
    index 0, 1, 2, and 3.

    Since the control does not appear to function correctly (sometimes
    selections are lost), I put a postback on it and put in an event to
    determine the selectedindex and the selectedvalue, etc.

    When the item selected is index 0 or 2, all is well. When the index is 1
    or 3, it reads as index 0 and seems to ignore the selection...usu ally
    won't even postback when the index is 1 or 3.

    I've replaced the control but the same thing is happening. I have
    nothing affecting this control in the page load.

    Can anyone recommend where else this might be affected? Or any
    suggestions as to further debugging the cause?

    Thanks!

    KB

    *** Sent via Developersdex http://www.developersdex.com ***
Working...