Define DataSetAcceptChanges
Explain the following methods DataAdapter.Update() and DataSetAcceptChanges()?
Expert
The DataAdapter.Update() method : It is used to call any of the DML statements, like UPDATE, INSERT, or DELETE statements, since the case may be to delete, update or insert a row in the DataSet.
The DataSet.Acceptchanges() method: It reflects every changes made to a row since last time the AcceptChanges() method was called.
Specify the similarities between a class and a structure.
How rows can be added or deleted from the DataTable object of DataSet?
Define constant and variable.
What is meant by DLR (Dynamic Language Runtime)?
Explain how exception handling is changed in the .NET Framework 4.0?
Explain the use of Role-based security?
Explain the function of a CustomValidator control?
State different Visual Basic features which provide support to the LINQ?
State role that XSL plays when it dynamically generates HTML pages from the relational database.
Explain the term multilingual Web site?
18,76,764
1932219 Asked
3,689
Active Tutors
1420376
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!