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 Data Provider?
What are all the commands used with Data Adapter?
How can we serialize the dataset object?
What is variable view?
What is microsoft ado?
What is the namespaces being used to access oracle database?
How does ado.net work?
What is commandbuilder in ado.net?
How would you connect to a database by using .NET?
What are the objects of ado.net?
How to add an aggregate column?
Describe the command object and its method.
What is ado oledb and odbc?
What is Data view?
Which is better ole db or odbc?