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 are the data providers in ADO.NET framework?
What does sqldatareader return?
How can we load multiple tables in to dataset?
Which method in OLEDBAdapter is used to populate dataset with records?
Can we load multiple tables in a dataset?
How to work with disconnected data - the dataset and sqldataadapter?
What is the current version of entity framework?
Define different execute methods of ADO.NET command object ?
What are the parameters that control most of connection pooling behaviors?
How to pass multiple tables in datasets simultaneously?
Some important instruction regarding ADO.NET connection string ?
What is ado circle?
How do we use stored procedure in ADO.NET and how do we provide parameters to the stored procedures?
What is the DataTableCollection?
List all the steps in order, to access a database through ado.net?