DataAdapter.Update() and DataSetAcceptChanges() methods
Explain about the DataAdapter.Update() and DataSetAcceptChanges() methods.
Expert
The DataAdapter.Update() method calls any of the DML statements, like the UPDATE, INSERT, or DELETE statements, since the case may be to update, insert, or delete a row in the DataSet.
The DataSet.Acceptchanges() method make all of the changes which are made to the row since last time theAcceptChanges() method was invoked.
Briefly explain about ToolTip control. In what way we can associate it with another control?
How can you send an email message through an ASP.NET Web page?
Whether XCOPY copies the system files and the hidden files or not.
Difference between read-only variables and constants which are used in programs?
Define Query String? Explain its advantages and disadvantages?
What is meant by XCOPY?
Two catch blocks can be executed or not?
Illustrate the characteristics of the reference-type variables which are supported in a C# programming language.
Distinguish between Codebehind="MyCode.aspx.cs" and Src="MyCode.aspx.cs"?
State different types of literals?
18,76,764
1944325 Asked
3,689
Active Tutors
1419140
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!