What combination of methods are used to improve the speed of
the fill() method of the DataAdapter?
a) BeginFillData() and EndFillData()
b) StartFillData() and EndFillData()
c) BeginLoadData() and EndLoadData()
d) StartLoadData() and EndLoadData()
Answer Posted / ish
These are not property of dataadapter.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the concept of postback in asp.net?
Explain the difference between server control and html control.
Is data edited in the Repeater control?
Why mvc is faster than asp.net? : Asp.Net MVC
What is the use of placeholder control?
What is app_code folder in asp net?
Explain diff between dataset and datareader?
Which is better union or union all?
Define globalization and localization.
Is asp.net mvc front end or backend? : Asp.Net MVC
Explain page output caching?
How do u declare static variable and how it is declared and what is its lifetime?
Why is global asax is used?
Define transparent caching with aop?
How many types of server controls do we have?Also explain differance between them taking an example of ASP.NET?