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.
Write ASP.NET configuration options that are supported in ASP.NET implementation on shared Web hosting platform?
How we can prevent validation control from validating data at client end?
What is meant by the term Extensible Markup Language (XML).
What do you mean by the Assembly Manifest?
What is Memory-Mapped Files?
Write difference between an Abstract class and an Interface.
How we can decide whether we should deploy application or publish application?
Explain the Code Contracts?
Explain about the rules and regulations which should be followed when creating the well-managed XML document.
How to access information about a user's locale?
18,76,764
1950540 Asked
3,689
Active Tutors
1454034
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!