Removing rows from a DataTable object of DataSet
By which method we can add or remove rows from a DataTable object of DataSet?
Expert
DataRowCollection class defines a collection of the rows for DataTable object in the DataSet. DataTable class make available a NewRow() method to add the new DataRow to a DataTable. NewRow method produces the new row that implements a same schema which is applied to a DataTable.
The methods which are provided by DataRowCollection object are as follows:
• RemoveAt() – It removes the row whose location is specified with the index number. • Remove()- It removes the DataRow object from the DataRowCollection. • Add() – It adds the new row to the DataRowCollection.
Define the term TrackBar control.
Write the two properties of the GridView control which have to be specified to turn on paging and sorting?
Name the interface that executes the standard query operators in the LINQ?
Explain the use of a DropDownStyle property of a ComboBox control?
Illustrate different types of inheritance?
What is the function of Orientation property in a Menu control?
Describe briefly about ASP or Active Server Pages?
Specify the various improvements made in the CAS in .NET 4.0?
Briefly describe side-by-side execution and also explain whether two applications, one using the shared assembly and other private assembly be declared as side-by-side executables?
Illustrate the terms User Control as well as Custom Control?
18,76,764
1929857 Asked
3,689
Active Tutors
1445708
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!