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
How can we serialize the dataset object?
Does entity framework use ado.net?
What property must be set and what method must be called in your code to bind the data from some data source to the Repeater control?
Which method in OLEDBAdapter is used to populate dataset with records?
What is different between sqlcommand object and command behavior object?
The answers which posted above is not satisfied my requirement? Can some one post teh exact answer? Thanx
Explain which name space is used to get assembly details?
Does dapper use ado.net?
What is the role of data provider in ado.net?
Why is ADO.NET serialization slower than ADO ?
What is the difference between dataset and datatable?
What are the usages of the command object in ado.net?
Explain the difference in an abstract class and an interface?
What is ado or jdbc?
What are the different namespaces used in the project to connect the database? What data providers available in .net to connect to database?