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
Define different execute methods of ADO.NET command object ?
Define Execute Reader?
How to work with disconnected data - the dataset and sqldataadapter?
How can we serialize the dataset object?
How we can provide data to ado.net?
The answers which posted above is not satisfied my requirement? Can some one post teh exact answer? Thanx
Explain how do you connect to sql server database without using sqlclient?
What is ado code?
What is microsoft ado?
Is bulk insert faster than insert?
What is the difference between a datareader and a dataset?
What is connection string?
What is bubbled event can you please explain?
Can datareader hold data from multiple tables?
What is connected architecture in ado.net?