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

i want to implement grid view value in paypal site. so how to create this code in asp.net with C#

0 Answers  


What does ascx stand for?

0 Answers  


Where is asp.net session stored?

0 Answers  


What is the life-span of the items in the viewstate?

0 Answers  


What is the difference between ExecuteReader,ExecuteNonQuery and ExecuteScalar.

8 Answers  






What is protected configuration?

0 Answers  


What is enableviewstatemac in asp net?

0 Answers  


How do you perform validations?

3 Answers   Microsoft,


What are the advantages and disadvantages of viewstate ?

1 Answers  


How ASP and ASP.NET page works? Explain about asp.net page life cycle?

0 Answers  


What is s2s tracking?

0 Answers  


What do you mean by authentication?

0 Answers  


Categories