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.
Name the parameters which control generally connection pooling behaviours?
Write the syntax to declare the namespace in the .NET and in VB?
In what way we can format dates, numbers and currencies in the text box?
Describe the concept of Bookmarks in WF 4.0.
What are XML attribute?
How users of an application can be prevented from editing the text in the ComboBox controls in .NET 4.0?
Differentiate Skip and Take clauses?
In what way we can enable the text box to modify its characters format for a user to enter the password?
What are the various ideas given by delegate? Describe in brief.
In what way we can auto size the button to fit the text?
18,76,764
1955540 Asked
3,689
Active Tutors
1411905
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!