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 Execute Reader?
What are the major challenges in accessing data from a database?
Describe connection object in ado.net
differance between ADO vs ADO.Net?
What is disconnected scenario in entity framework?
What are the rules to implement connection pooling?
What is ado object model?
describe the dataset object in ado.net.
What is concurrency? How will you avoid concurrency when dealing with dataset? (One user deleted one row after that another user through his dataset was trying to update same row. What will happen? How will you avoid the problem?)
Why ca not we use multiple inheritance and garbage collector paralelly in .net?
What is the difference between Data adaptor and Data set?
Explain how to copy the contents from one table to another table and how to delete the source table in ado.net?
What is the purpose of using adodb?
What is ado.net and its features?
What is ado or jdbc?