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
Define connection string?
differance between ADO vs ADO.Net?
Difference between sqlcommand and sqlcommandbuilder?
What is the hierarchy of data in databases?
How many major types of connection objects in ADO.NET?
What is ado.net in mvc?
How to store data in memory?
What is ole2 format?
What is data reader in ado.net?
What is adodb dll?
What are the drawbacks of using ado.net?
Explain all the classes those are used for database connections between sql server and asp.net?
Define bubbled event?
What are the usages of the command object in ado.net?
What is microsoft ole db provider for sql server?