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 are good ado.net object to replace to ado recordset object.
Which namespaces are used for data access?
What is disconnected data?
Which database is the ado.net sql connection object designed for?
What are ado.net objects?
What is the difference between Response.Expires and Reponse.ExpiresAbsolute?
How do I delete a row from a DataTable?
What is a data control clerk?
How we can provide data to ado.net?
What are the ado.net components?
Does sqlclient and oledb class share the same functionality?
What is data control techniques?
What is the default provider in ado.net?
What is the advantage of ado.net?
What are the advantages of using datalist?