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.
Briefly explain the use of a Panel control? And also state whether it displays during runtime?
How to ensure that no one has interfered with ViewState in the Web page?
Illustrate the benefit of option strict on? Describe in brief.
Explain the use of Role-based security?
In the vb.net, explain how to connect the crystal report?
Briefly describe the function of a CheckState property of a CheckBox control?
Illustrate the Session state in the ASP.NET.
Define .NET Framework?
Illustrate the difference between the XML ‘Fragment’ and an XML ‘Document’.
Illustrate the terms Authorization as well as Authentication?
18,76,764
1940092 Asked
3,689
Active Tutors
1440266
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!