Javascript on asp:radiobutton

N

Neo

Hello All,

This one has me stumped, but before going to write a code, i want to be
sure of the solution.

I have a asp:radiobutton group on a page, and on click of any of the
radiobutton, i need 4 asp:dropdown boxes to be filled in on the client
side.

I have all the data in 8 javascript arrays based on the permutations
and combinations of which radio button is clicked.

My problem is how will i get the "onclick" event of asp:radiobutton on
the client side, and how will i fill in data from a javascript array to
asp:dropdown list.

thanks in advance for your help!!

regards

sunil jambekar
 
G

Guest

The onclick event is a server side event.

You will need the onmousedown javascript event. The visual studio IDE will
tell you that it doesn't exist, but when your page is rendered out as html,
the radio button will become a 'input' and it will have the correct event
attached on the client side.

You can also capture the user hitting the spacebar on the client, which will
select/deselect the checkbox, using the onkeypress event.
--
Staff Consultant II
Enterprise Web Services
Cardinal Solutions Group

Future Business Model
Loan Origination Services
National City Mortgage
 

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

Members online

No members online now.

Forum statistics

Threads
473,744
Messages
2,569,484
Members
44,903
Latest member
orderPeak8CBDGummies

Latest Threads

Top