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 ado connection?
Which is the feature of ado.net?
Can you explain how to enable and disable connection pooling?
What is the difference between Response.Expires and Reponse.ExpiresAbsolute?
What is ole in vb?
Explain advantages of ado.net?
What is ole in excel?
Explain how do you connect to sql server database without using sqlclient?
Explain About ado.net components/objects. Usage of data adapters and tell the steps to retrieve data.
Can we do database operations without using any of the ado.net objects?
Why do we serialize data?
Describe datareader object of ado.net with example.
Define bubbled event?
What is the usage of the dataset object in ado.net?
What are the benefits of ADO.NET?