Which method do you invoke on the DataAdapter control to
load your generated dataset with data?
Answer Posted / m.mohan krishna
DataAdapters Fill() method.
| Is This Answer Correct ? | 10 Yes | 0 No |
Post New Answer View All Answers
What are all the different authentication techniques used to connect to MS SQL Server?
Why is ADO.NET serialization slower than ADO ?
What is a column variable?
How can we perform transactions in .net?
What is the use of sqldatareader class?
What is executenonquery ado.net?
Which database is the ado.net?
How to enable and disable connection pooling?
What are the rules to implement connection pooling?
How to create data relations?
Explain why edit is not possible in repeater?
What is the difference between data grid and data repeater?
Which provider is used to connect ms access, oracle, etc…?
how you will deal result set? How do you sort a dataset?If a dataset contains 100 rows, how to fetch rows between 5 and 15 only?
What is the difference between ado.net and oledb?