The text of this article is not in this database — only its details are. Read it on the old site: XAML RadioButton
6 Comments
Join the conversation! Your thoughts help the community grow.
Sign in to leave a comment.
The text of this article is not in this database — only its details are. Read it on the old site: XAML RadioButton
Join the conversation! Your thoughts help the community grow.
Sign in to leave a comment.
yuva rajanPosted May 5, 2009, 12:40 PM
i used a for loop inside that i placed the code which u sent but for all n radio buttons the name will be same and properties will be same i tried to append the loop variable with the button name to make each one unique but that resulted in an exception
yuva rajanPosted May 5, 2009, 12:37 PM
thanks mahesh but this is what i have tried already using this we can create 1 button but i want to create 'n' radio buttons dynamically with each having unique names and properties can u help me... thanks and ragards Yuva
yuva rajanPosted Apr 30, 2009, 10:31 AM
how to create dynamically radio buttons through coding .cs file how to give each created buttons names to check which button has been checked by the user
AsifPosted Dec 29, 2008, 12:07 AM
Hi, Can I assign value to a radiobutton besides the content property?