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 the essential features of ado.net?
What is the functionality of data provider in ado.net?
Which keyword is used to accept variable number of parameters?
What is aggregate root?
What is ado data control?
How do you update a dataset in ado.net and how do you update database through dataset?
What do you know about ado.net's objects?
Define Execute Reader?
What is data view and variable view?
What is a column variable?
Explian About DataAdapters
Which is the best method to get two values from the database?
Explain the architecture of ado.net?
Which ado.net object is very fast in getting data from the database?
Compare Data Reader & Dataset in ado.net?