What is the method used to load generated dataset with data
on the DataAdapter control ?

Answers were Sorted based on User's Feedback



What is the method used to load generated dataset with data on the DataAdapter control ?..

Answer / ninad

The method used to load generated dataset with data on the
DataAdapter control is the Fill() method.

Is This Answer Correct ?    7 Yes 0 No

What is the method used to load generated dataset with data on the DataAdapter control ?..

Answer / anil

if sqldataadapter=sda;
and ds=dataset
then use sda.fill(ds);

Is This Answer Correct ?    3 Yes 0 No

What is the method used to load generated dataset with data on the DataAdapter control ?..

Answer / shikha

The method used is Fill() if we are using DataAdapter

Is This Answer Correct ?    3 Yes 1 No

Post New Answer

More ASP.NET Interview Questions

How does asp.net work?

0 Answers  


What is css and what is it used for?

0 Answers  


What data type does the Range Validator control support?

5 Answers  


How is application management and maintenance improved in asp.net 2.0?

0 Answers  


suppose we have two object;obj1 and obj2 can we assign obj2 to one1; and if yes; then after assigning suppose we delete obj2 then obj1 will retain obj2 value or not.

3 Answers  


what is Versioning in asp.net and how it maintain in any web application

1 Answers   TCS,


Which protocol is used to call a web service?

0 Answers  


What is redirecting behavior?

0 Answers  


Explain the Session state management options available with ASP.NET?

0 Answers   Siebel,


how many script manager controls are used in Ajax web page?

7 Answers   CSC, Health Prime Services, TCS,


How does VB.NET/C# achieve polymorphism?

6 Answers   Siebel Systems,


In ViewState How much lifespan items stored?

0 Answers   Siebel,


Categories