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

What is a 401 redirect?

0 Answers  


Explain model, view and controller represent in an mvc application? : asp.net mvc

0 Answers  


How can we create Tree control in asp.net?

0 Answers  


What is parse in asp.net?

0 Answers  


Is it possible to disable the minimized icon of a popup window using window.open. Not using iframe concept?

3 Answers   AFAS, Take United,






In my code i have 3 tables,i have to insert 3 tables data using single insert query so that i wrote transations in a sp.but what my problem is,in those 3 tables i have to include my empId from another table.when i'm passing values im getting error at this EmpId. how can i solve this error to execute insert query? plesae tell me the solution...

1 Answers  


Why we use content place holder in asp.net?

0 Answers  


How many types of session in ASP.NET

0 Answers   MCN Solutions,


Can session variables be accessed from code-behind?

2 Answers   Microsoft, RMS,


Why is string called immutable data type?

0 Answers  


What are early binding and late binding.

0 Answers  


• What Session State providers are available in ASP.NET? What are the pros and cons of each?

2 Answers   Infosys,


Categories