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 / lalitkumar
if value is integer
sqlcommand cmd=new sqlcommand("insert into tablename
values("+convert.toint32(radiobutton1.selecteditem.text)+"",con);
| Is This Answer Correct ? | 6 Yes | 5 No |
Post New Answer View All Answers
What is ado connection?
What does executequery return?
Which control of the BindingNavigator returns the current position within the data source?
What does ado stand for?
Can we do database operations without using any of the ado.net objects?
Explain what are the steps to connect to a database?
Which one of the following objects is a high-level abstraction of the connection and command objects in ado.net?
Explain how to call the sql commands asynchronously in ado.net version 2.0?
What are the advantages of using datalist?
What are the Data providers in ADO.Net?
What is Serialization in .NET? what are the types of Serialization?
How to identify the updated rows in a dataset?
What are the benefits of using ado.net?
What are the different ado.net namespaces?
What is ado oledb and odbc?