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 / claivan
RadioButton control doesn't have SelectedItem property. You
need to use the Checked property of the RadioButton.
| Is This Answer Correct ? | 10 Yes | 3 No |
Post New Answer View All Answers
How to create data relations?
oledbdataadpter with ms access in c#.net giving exception System.Data.OleDb.OleDbException while writing adapter.update(dataset,"tabname"); how to update the database from dataset?
The answers which posted above is not satisfied my requirement? Can some one post teh exact answer? Thanx
What is the role of data provider in ado.net?
how to create a quiz software using 4 options to answer and how to check with answers in the database and award marks....
Describe datareader object of ado.net with example.
Which is faster entity framework or ado.net?
How can you identify whether or not any changes are made to the DataSet object since it was last loaded?
What is ado circle?
What are the steps to connect to a database?
What is the current version of entity framework?
How can we load multiple tables in to dataset?
Explain the difference in an abstract class and an interface?
Can we create Synonymns in MS Acess,My Sql Server,Sql Server? But iam we can create in oracle!
How we can provide data to ado.net?