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 do you mean by .NET?
What do you mean by the term MISL CODE? Describe in brief.
State the properties in C# and the advantages that are obtained by using them in programs.
Explain why SiteMapPath control is being referred as eyebrow or breadcrumb navigation control?
What we can do to allot page specific attributes in the ASP.NET application?
Specify the pre-requisites for connection pooling?
Is there a technique to suppress the finalize process within the garbage collector forcibly in .NET?
State the difference between GroupBox and Panel control?
State what are Collections and Generics?
18,76,764
1933964 Asked
3,689
Active Tutors
1412879
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!