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 difference between executenonquery () and executescalar ()?

480


How to pass values into a datatable?

590


What are the core objects of ADO.NET?

580


What is openrowset?

491


What is ole in vb?

501






What is oledb connection?

501


Does executenonquery return a value?

536


Explian About DataAdapters

577


What is an example of ordinal data?

483


Explain executenonquery?

547


What are ado.net objects?

526


What is row state?

519


Which one of the following objects is a high-level abstraction of the connection and command objects in ado.net?

575


Is ado.net dead?

524


What are the differences between OLEDB and SQLClient Providers?

557