Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Last post Feb 25, 2012 03:02 PM by avinash_rc
Member
232 Points
370 Posts
Feb 24, 2012 11:31 PM|LINK
I have an asp.net RadioButtonList control and I would like to run a Javascript function when an item in the list is selected and determine what that value is. Can anyone help? Thanks.
112 Points
66 Posts
Feb 25, 2012 04:58 AM|LINK
Hi try this.
http://forums.asp.net/t/1135617.aspx/1
Hope this will help you.
All-Star
95463 Points
14106 Posts
Feb 25, 2012 07:07 AM|LINK
get this going - http://www.siphilp.co.uk/archive/2007/11/08/adding-a-javascript-onclick-event-to-a-radio-button-list.aspx
Thanks,
Participant
1020 Points
231 Posts
Feb 25, 2012 03:02 PM|LINK
You can use jQuery to get value of selected radiobutton from radiobuttonlist. Refer below link.
http://www.codegateway.com/2012/02/get-radiobuttonlist-value-in-jquery.html
dlchase
Member
232 Points
370 Posts
Get radiobuttonlist value in js
Feb 24, 2012 11:31 PM|LINK
I have an asp.net RadioButtonList control and I would like to run a Javascript function when an item in the list is selected and determine what that value is. Can anyone help? Thanks.
selvakumar88
Member
112 Points
66 Posts
Re: Get radiobuttonlist value in js
Feb 25, 2012 04:58 AM|LINK
Hi try this.
http://forums.asp.net/t/1135617.aspx/1
Hope this will help you.
ramiramilu
All-Star
95463 Points
14106 Posts
Re: Get radiobuttonlist value in js
Feb 25, 2012 07:07 AM|LINK
get this going - http://www.siphilp.co.uk/archive/2007/11/08/adding-a-javascript-onclick-event-to-a-radio-button-list.aspx
Thanks,
JumpStart
avinash_rc
Participant
1020 Points
231 Posts
Re: Get radiobuttonlist value in js
Feb 25, 2012 03:02 PM|LINK
You can use jQuery to get value of selected radiobutton from radiobuttonlist. Refer below link.
http://www.codegateway.com/2012/02/get-radiobuttonlist-value-in-jquery.html
code samples
--------------------------------------------------