Click here to Skip to main content
15,895,142 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hi all

i am writing a code where i am inserting value depending on the radiobutton click..
i wrote a Stored Procedure where i m inserting all the values of the form..please tell me what change i have to make after using this radiobutton condition
Posted
Comments
Abhijit Parab 1-Oct-12 2:01am    
kindly expain in details with example

1 solution

If I understood you question correctly. You have several radiobuttons on the form. So you can enumerate the subjects of these radiobuttons and then use databinding on them.
Maybe this article could be useful:
Binding TextBlock, ListBox, RadioButtons to Enums[^]
 
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