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 / vinay kumar v

If(Radiobutton.checked == true)
{
string str1 = "Male";
}

insert into #t value(str1);

Is This Answer Correct ?    9 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the full form of ado.net?

508


What does ado stand for?

516


What is the default provider in ado.net?

514


What is connected architecture in ado.net?

522


What does executequery return?

517






What are the key features of ado.net?

665


What are the Features and disadvantages of dataset

555


What is DataReader Object?

596


Which is better ole db or odbc?

496


how you will deal result set? How do you sort a dataset?If a dataset contains 100 rows, how to fetch rows between 5 and 15 only?

581


How to copy the contents from one table to another table and how to delete the source table in ado.net?

523


Why do we use sqldataadapter?

479


What is ado.net architecture?

490


Explain the role of data provider in ado.net?

540


How to connect and retrieve data from database using dataset

536