I want to ask u that if i add radio button in ado.net
form,and how radion button data insert in SQL2005 Database...
Answer Posted / preethi
String radiovalue;
radiovalue=radiobuttonid.selecteditem.Text;
and pass that string to database
| Is This Answer Correct ? | 11 Yes | 9 No |
Post New Answer View All Answers
What is the full form of ado.net?
How to bind the controls(best practice) comboboxes to the data in the dataset?
What are the benefits of using of ADO.NET in .NET 4.0?
What is difference between entity framework and ado.net?
What are the drawbacks of using ado.net?
What is sqldatasource?
What is partial class?
What is read only and forward only in ado.net?
Is ado.net an orm?
What is the advantage of ado.net?
What is the difference between linq and ado.net?
What is Data view?
What are all the different methods under sqlcommand?
Explain the different row versions available in table?
How to read data with the sqldatareader ?