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.
In what way we can display the icon during runtime on a StatusStrip control?
Distinguish between toolstrip drop-down button and toolstrip split button?
Describe code access security (CAS)?
Write down the different ways of hosting the WCF service?
How to access information about a user's locale?
How one can retrieve the customized properties of the .NET application from a XML .config file?
Write the namespaces which are required to enable the use of databases in the ASP.NET pages?
Write down some of the benefits of hosting WCF service in the WAS?
State different types of literals?
Name the events which occur when the client requests the ASP.NET page from IIS server?
18,76,764
1937521 Asked
3,689
Active Tutors
1418405
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!