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 / vasu
Using Dataset first create data row then
dr[index]=radiobuttonid.selecteditem;
| Is This Answer Correct ? | 14 Yes | 7 No |
Post New Answer View All Answers
How will you differentiate between ADO (ActiveX Data Object) and RDO (Remote Data Objects)?
What are the advantages and drawbacks of using ado.net?
What is the default Timeout for SqlCommand.CommandTimeout property?
What are the different methods by which we can populate a dataset?
What is a dynaset in access?
What are the benefits of using ado.net?
What is the current version of entity framework?
What is the difference between the clone() and copy() methods of the dataset class?
Why do we need ado.net?
Difference between sqlcommand and sqlcommandbuilder?
What is dao and ado?
What is the advantage of ado.net?
What is data reader in ado.net?
What is the difference between oledb sql server and oledbdotnet provider?
Explain how do you connect to sql server database without using sqlclient?