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.
How users of an application can be prevented from editing the text in the ComboBox controls in .NET 4.0?
Explain about the types of ASP Objects?
Define the roles of CLR in .NET Framework and also explain the responsibilities?
Write the name of the methods available in .NET 4.0, which are used to add and delete items from the ListBox control?
Describe the term Address, Binding and contract for WCF Service?
Describe the role of the JIT compiler in .NET Framework?
State the parameters which controls most of connection pooling behaviors?
Explain about the rules and regulations which should be followed when creating the well-managed XML document.
What do you mean by the term MISL CODE? Describe in brief.
Write down in brief the various types of Triggers in the WPF?
18,76,764
1944068 Asked
3,689
Active Tutors
1427393
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!