RadioButtonListControl

  • Thread starter Thread starter BobLaughland
  • Start date Start date
B

BobLaughland

Hi All,

I am having problem with the code below.

<asp:RadioButtonList ID="RadioButtonList1" runat="server"
OnSelectedIndexChanged="RadioButtonList1_SelectedIndexChanged">

The OnSelectedIndexChanged event doesn't occur when you select a new
item on the radiobuttonlist as you would expect, but it occurs when 'a
new post is made to the server'.

E.G. if I change the selection in the radiobuttonlist, and then hit a
button on my web page then the 'OnSelectedIndexChanged' event occurs
then.

Anyway at the end of the day I want an event that will guarenteed occur
everytime the user selects something different in the radiobuttonlist.

Thanks,

Peter.
 

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.

Ask a Question

Back
Top