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
Define data access layer?
What is the procedure to call a Stored Procedure of Back End in ADO (ActiveX Data Object) and RDO (Remote Data Objects)?
What is the significance of CommandBehavior.CloseConnection ?
Which architecture does Datasets follow?
Command objects uses, purposes and their methods.
Give an example of a .net application which connects to microsoft access database using ado.net classes.
What are dcl commands?
Explain sqlconnection object?
What is the difference between Datareader and Dataset?
What is difference between entity framework and ado.net?
What is an orm, and why would you use one instead of plain old ado.net?
Explain the difference between ado and ado.net?
What is the difference between ado.net and oledb?
Which is faster entity framework or ado.net?
Is it possible to edit data in Repeater control?