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 typed dataset ?
What is the difference between executequery and executenonquery?
What is data view and variable view?
What are the Data providers in ADO.Net?
Define data adapter?
Explain ado.net features?
What is oledb driver?
Describe datareader object of ado.net with example.
What is difference between executequery and executeupdate?
What is ado.net tutorial?
What is ole in vb?
What is the difference between Data adaptor and Data set?
What are the main differences between classic ado and ado.net?
Which provider is used to connect ms access, oracle, etc…?
What is the difference between linq and ado.net?