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
What is ole access?
What is the role of the dataset object in ado.net?
Explain the dataadapter class in ado.net?
If a table contains 20000 records . In a page at each time 100 records to be displayed what are the steps you will take to improve performance? Will you use dataset or datareader?
What is ado full form?
Describe the disconnected architecture of ADO.NET’s data access model.
What are the methods of XML dataset object?
What are the main differences between classic ado and ado.net?
What is command class in ado.net?
What is ado oledb and odbc?
What is microsoft ado.net?
What is the current version of entity framework?
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 are the different ado.net namespaces are available in .net?
What is an ADO.Net?