Click here to Skip to main content
15,885,757 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
i am creating a menu card for a hotel in asp.net.for this i am using radiobuttonlist control.is there any other choices?????how can i insert the values to database?????
Posted
Comments
Thanks7872 16-Sep-14 3:23am    
Not at all clear what you are talking about.

1 solution

Get the selected item and assign its value (or its index, depending on database design) to the corresponding field in the database.
 
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