What is the method used to load generated dataset with data
on the DataAdapter control ?
Answers were Sorted based on User's Feedback
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 |
Answer / anil
if sqldataadapter=sda;
and ds=dataset
then use sda.fill(ds);
Is This Answer Correct ? | 3 Yes | 0 No |
Answer / shikha
The method used is Fill() if we are using DataAdapter
Is This Answer Correct ? | 3 Yes | 1 No |
How does asp.net work?
What is css and what is it used for?
What data type does the Range Validator control support?
How is application management and maintenance improved in asp.net 2.0?
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.
what is Versioning in asp.net and how it maintain in any web application
Which protocol is used to call a web service?
What is redirecting behavior?
Explain the Session state management options available with ASP.NET?
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?
In ViewState How much lifespan items stored?