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

If you have an application with multiple security levels though secure login and my ASP.NET web appplication is spanned across three web-servers by using round-robbin load balancing. Explain which is the best approach to maintain login-in state for the users?

0 Answers   Siebel,


What is bound controls

0 Answers   MCN Solutions,


What is the importence of the INTERFACE? but not the inheritence concept?and why we r declaring the empty methods in that? we can directly implements with in the class know? Tell me the importence?

2 Answers  


Explain about the .NET framework?

0 Answers  


How to turn off cookies for a page?

0 Answers  






Describe session handling in a webfarm, how does it work and what are the limits?

0 Answers   Siebel Systems,


What does AspCompat="true" mean and when should I use it?

1 Answers   Infogain,


List some of the important session state modes of asp.net.

0 Answers  


How to automatically get the latest version of all the asp.net solution items from source safe when opening the solution?

0 Answers  


what are debugging types in .net?

2 Answers   ABC, NIIT,


What's the use of formatters in .net?

0 Answers  


what is view state and its use

10 Answers   DELL, Efextra, HCL,


Categories