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
Describe the command object and its method.
What is acid in ado.net?
Explain the role of data provider in ado.net?
What DataReader class do in ADO.NET ?
What is a sqldataadapter?
How to pass values into a datatable?
What is two way data binding android?
What is ado.net components?
What is a datagridview?
What we do with the object of ado.net dataset after using it?
Is it possible to load multiple tables in a Dataset?
What is an ADO.Net?
Does ado.net use odbc?
What are the Data providers in ADO.Net?
Explain how to find the given query is optimised one or not?