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 load multiple tables in to dataset?
Define executenonquery?
What is execute scalar in ado.net?
What are the essential features of ado.net?
What is a string variable?
Which is better entity framework or ado.net?
Can we connect two dataadapters to same data source using single connection at same time?
Explain ODP.net
What is ado.net architecture?
Describe the command object and its method.
How can you add or remove rows from the datatable object of dataset?
What is ado full form?
What is data view and variable view?
What is the meaning of executenonquery?
What are the steps to connect to a database?