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
What are two types of transaction supported by ado.net?
What are ado.net objects?
What provider ado.net use by default? Explain the role of data provider in ado.net? What is the role of data provider in ado.net?
What is basic use of data view?
What is bubbled event can you please explain?
What is dao and ado?
What are the advantages of using datalist?
what is the difference betwen typed dataset and untyped dataset?in general which dataset can we use in programming?
What is difference in record set and dataset?
Does sqlclient and oledb class share the same functionality?
What is data control techniques?
What are the key events of sqlconnection class?
What is ado object model?
What is Data Provider?
What is ado code?