Which method do you invoke on the DataAdapter control to
load your generated dataset with data?
Answers were Sorted based on User's Feedback
Answer / 1647264
You have to use the Fill method of the DataAdapter control and pass the dataset object as an argument to load the generated data.
| Is This Answer Correct ? | 0 Yes | 0 No |
Explain how asp.net page works?
What are Sticky Sessions?
Which method is used to force all the validation controls to run?
To display data in a Repeater control which templete is provided ?
What would be salary for 8+ years of experience in ASP.NET in different metro city in india?
What kind of data we can store in viewstate?
Can you dynamically assign a Master Page?
You are using the try? catch block seen in the following code segment, but no exceptions are ever caught by the catch block. What is the problem? SqlConnection cn =new sqlConnection(strSQL); SqlDataSet ds; try { cn.open(); //perform the data processing steps ??.. } catch (OleDbException e) { ?.. } a) The exception class is wrong; it should be sqlErrors. b) The exception class is wrong; it should be sqlSyntaxExceptios. c) The exception class is wrong; it should be sqlExceptions. d) The exception class is wrong; it should be sqlExcptions.
2 Answers Microsoft, Syntax Softtech,
Explain About WebService
What you mean by partial Class in asp.net 2.0?
what is <location> tag?
Explain autherization levels in .net ?
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)