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 / preethi

String radiovalue;
radiovalue=radiobuttonid.selecteditem.Text;
and pass that string to database

Is This Answer Correct ?    11 Yes 9 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Which is faster datareader or dataadapter?

529


What is connected architecture in ado.net?

522


What are the difference between readonly vs. Const?

502


What are the different row versions available in table?

529


What is ado.net objects?

521






What are datareaders?

532


Define ado.net?

575


What are the important features of ado.net 2.0?

592


Define bubbled event?

513


What is ole in excel?

517


What are the data providers in ADO.NET framework?

592


What is concurrency? How will you avoid concurrency when dealing with dataset? (One user deleted one row after that another user through his dataset was trying to update same row. What will happen? How will you avoid the problem?)

581


What is the default Timeout for SqlCommand.CommandTimeout property?

501


What is aggregating data ?

511


What is method to get XML and schema from Dataset? getXML() and get Schema ()

543