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
When does a session actually start?
How to count the number of objects present in a web page? How to count the number of radio buttons in a web page?
How can we register exception filter globally?
How we implement web farm and web garden concept in asp.net?
Which methods validate all the controls on a page?
What is break mode?
What is application variable?
How do you do Client-side validation in .Net?
Explain how cookies work. Give an example of cookie abuse.
Explain diff. Between friend and protected friend?
What is asp.net response object?
If there are multiple update panels on the page say upd1 and upd2. There is a button placed in upd1. How can you stop upd2 to update when button placed in upd1 is clicked?
Is asp.net a programming language or framework?
Describe the events in the life cycle of a web application.
State differences between MVC and WebAPI