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 the namespaces being used to access oracle database?
What is data control techniques?
What are datareaders?
What do you know about ado.net's methods?
What is datatable in ado.net?
What is DataRowCollection?
Define data access layer?
What are the key features of ado.net?
What is method to get XML and schema from Dataset? getXML() and get Schema ()
Explain the advantages and disadvantages of using datalist?
Explain how to pass multiple tables in datasets simultaneously?
What is difference between ado and other data object?
Can you explain how to enable and disable connection pooling?
What are the differences between OLEDB and SQLClient Providers?
Which is the feature of ado.net?