Click here to Skip to main content
15,881,044 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
How to make RadioButtonList readonly using java script without disabling it.
All list items should be read only.
Posted
Updated 10-Jun-11 3:34am
v2
Comments
Shahriar Iqbal Chowdhury/Galib 10-Jun-11 8:27am    
what do you meant by readonly, and please share the codes
Dave Kreskowiak 10-Jun-11 9:35am    
Not a VB.NET question.
RakeshMeena 13-Jun-11 6:27am    
Any particular reason you downvoted my answer?

1 solution

Try this JQuery code:
$('#target').attr('disabled', 'disabled');
where "target" is RadioButtonList's ID. Hope it helps!
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900