Which method do you invoke on the DataAdapter control to
load your generated dataset with data?
Answer Posted / 1647264
You have to use the Fill method of the DataAdapter control and pass the dataset object as an argument to load the generated data.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Explain in what order a destructors is called.
How to set the pane area to transparent of a scrollPane component.?
Difference between .NET and previous version?
What is the difference between sealed vs static class?
1.What r collections? 2.What is .pdb file? 3.Is it possible to provide access to users in master page? 4.What is dirty n Phantom Read(SQL)? 5.What r different isolation levels(SQL)? 6.How to set authentication mode in web.config file?
What is validation in asp.net?
Where sessions are stored in asp.net?
When maintaining session through sql server, what is the impact of read and write operation on session objects?
What is the asp.net mvc folder conventions? : asp.net mvc
What is application state?
Suppose you want an asp.net function (client side) executed on the mouseover event of a button. Where do you add an event handler?
Define managed code and managed data in .net?
What is windows active directory authentication?
Demonstrate Render and PreRender?
Explain the use of dataadapter.