DataTable object of DataSet
How rows can be added or deleted from the DataTable object of DataSet?
Expert
The DataRowCollection class defines the gathering of the rows for DataTable object in a DataSet. The DataTable class offers the NewRow() method in order to add a new DataRow to DataTable. The NewRow method creates a new row that implements same schema as applied to the DataTable.
The following are the methods provided by the DataRowCollection object:
a) Add() - It adds a new row to the DataRowCollection.
b) Remove()- It removes a DataRow object from DataRowCollection.
c) RemoveAt() – It eliminates a row whose location is specified by an index number.
Illustrate the difference between System.Windows.dll and System.Windows.Browser.dll?
State the role of ScriptManagerProxy control?
List different ways of deployment that are supported by .NET.
How submaster page is differ from the top-level master page?
What is web.config file?
What do you mean by the XOML files?
Write the advantages of the code-behind feature?
List the binders that are provided by .NET Framework 4.0?
Explain about the different services provided by the DLR to CLR.
Illustrate the terms SESSION as well as APPLICATION object?
18,76,764
1945640 Asked
3,689
Active Tutors
1425785
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!