How do you merge two datasets into the third dataset in a
simple manner?
Answer Posted / krishna
ds1.Merge(ds2,true)
ds1.Merge(ds3,true)
| Is This Answer Correct ? | 7 Yes | 1 No |
Post New Answer View All Answers
What is difference in record set and dataset?
How to create dynamic gridview?
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?)
What is ado.net connection?
What is adodb dll?
Define data adapter?
Is it possible to edit data in Repeater control?
What is the default provider in ado.net?
Give few examples of datareader that is used in different dataproviders.
What are the different methods available under the sqlcommand class to access the data?
Explain sqlconnection object?
What is difference between ado.net and asp net?
What are the different namespaces used in the project to connect the database? What data providers available in .net to connect to database?
What is an ado connection?
What are the steps you will take to improve performance? Will you use dataset or datareader?