Click here to Skip to main content
15,902,492 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
ASP.NET
<asp:RadioButtonList ID="rblPaymentMethod" runat="server" style="font-family: Verdana; font-size: 10pt" Width="166px">
<asp:ListItem Value="1">Cash </asp:ListItem>
<asp:ListItem Value="2">check</asp:ListItem>
</asp:RadioButtonList>

I am using radiobuttonlist, but how to disable one value in programming method, I am using one label if label value greater then 1000 that time fist value disable how to create, please any one give me idea.


What I have tried:

how to disable one value in radiobuttonlist
Posted
Updated 20-Feb-16 22:46pm

1 solution

 
Share this answer
 
Comments
Maciej Los 21-Feb-16 4:55am    
5ed, Peter!
Boopalslm 21-Feb-16 4:58am    
i got a answer thanks
Peter Leow 21-Feb-16 5:46am    
Thank you, Maciej.

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