DataTable object of DataSet
How rows can be added or deleted from the DataTable object of DataSet?
Expert
The DataRowCollection class defines the gathering of the rows for DataTable object in a DataSet. The DataTable class offers the NewRow() method in order to add a new DataRow to DataTable. The NewRow method creates a new row that implements same schema as applied to the DataTable.
The following are the methods provided by the DataRowCollection object:
a) Add() - It adds a new row to the DataRowCollection.
b) Remove()- It removes a DataRow object from DataRowCollection.
c) RemoveAt() – It eliminates a row whose location is specified by an index number.
Explain about the UpdatePanel control.
Distinguish between toolstrip drop-down button and toolstrip split button?
Describe briefly LINQ (Language Integrated Query)?
Explain what is PLINQ?
What data type does the Range Validator control support?
Explain the syntax of the “for” loop.
List the types of Cookies that are available in ASP.NET?
In what way we can check/uncheck every item in a CheckedListBox control in the .NET 4.0 framework?
Specify the function of the “SizeMode” property of the PictureBox control?
Write the difference between an interface and abstract class?
18,76,764
1945048 Asked
3,689
Active Tutors
1428908
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!