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
How can we save all data from dataset?
Explain why canot we use multiple inheritance and garbage collector paralelly in .net?
What is Serialization in .NET? what are the types of Serialization?
What are the different execute methods of Ado.Net?
What provider ado.net use by default? Explain the role of data provider in ado.net? What is the role of data provider in ado.net?
What does executenonquery () method return?
What is dataset and datatable in ado.net?
What is microsoft ado.net?
Explain ODP.net
What is difference between ado and other data object?
What is a column variable?
Can we load multiple tables in a dataset?
What is meant by executenonquery?
How to pass multiple tables in datasets simultaneously?
What are all components of ADO.Net data provider?