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 |
Using shadow variable is good or bad for application?
What is the difference between WindowsDefaultLocation and WindowsDefaultBounds?
what are the attributes of sitemapnode?
What is the purpose of the following segment? If ( !IsPostBack) { sqldataAdapter1.Fill (dsusers1); DataGrid1.DataBind (); } a) To populate the DataAdapter the first time the web page id displayed. b) To populate the DataSet every time the web page is displayed. c) To populate the DataAdapter every time the web page is displayed. d)To populate the DataSet the first time the web page is displayed.
Difference between ADO.net Dataset , ADO Record Set & ADO Data Reader?
What are the differences between Trace and Debug?
How you will handle session when deploying application in more than a server?
How do you bind array to gridview? Will it works?
How do you register the .Net Component or Assembly?
What is cookies cache and session?
What is the difference between viewstate and hidden field in asp.net?
What are the Types of state management techniques
Visual Basic (800)
C Sharp (3816)
ASP.NET (3180)
VB.NET (461)
COM+ (79)
ADO.NET (717)
IIS (369)
MTS (11)
Crystal Reports (81)
BizTalk (89)
Dot Net (2435)
Exchange Server (362)
SharePoint (720)
WCF (340)
MS Office Microsoft (6963)
LINQ Language-Integrated Query (317)
WPF (371)
TypeScript (144)
Microsoft Related AllOther (311)