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.
What Global.asax file includes in event handlers?
Explain what is the CLI and also if it is same as that of CLR?
List the difference between points, pixels, and em's at the time when fonts are displayed?
State the role of ScriptManagerProxy control?
Provide a detailed introduction on the Side-by-side execution. May two applications, one using private assembly and the other using the shared assembly be stated as side-by-side executable?
Differentiate between the HtmlInputRadioButton or HtmlInputCheckBox control?
Define the terms Web server controls and Custom user Controls in Asp.net?
Explain two properties of GridView control which specifies to turn on paging and sorting.
How we can prevent users of the application from editing a text in ComboBox controls in the .NET 4.0?
Describe the major subsystems of the WPF (Windows Presentation Foundation) in brief?
18,76,764
1931391 Asked
3,689
Active Tutors
1451497
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!