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 / sumit pardeshi
if(RadioButton1.checked == true)
{
string str="Male";
}
sqlCommand cmd=new sqlcommand("Insert into tablename
values("'+str+'")",con);
| Is This Answer Correct ? | 8 Yes | 0 No |
Post New Answer View All Answers
What is the difference between sqldatareader and sqldataadapter?
Why edit is not possible in repeater?
What is partial class?
What is connection in ado.net?
Compare Data Reader & Dataset in ado.net?
What is the hierarchy of data in databases?
What is the full form of ado.net?
What is difference between datagridview and datagrid control in winforms?
What is adodb dll?
What is the use of adodc?
What is difference between sqldatareader and sqldataadapter?
What is the difference between DataReader and DataSet in ADO.NET?
Define bubbled event?
Explain what is datagrid with an example?
What is the maximum pool size in ado.net connection string?