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.
State the advantages Web services have over the Component Object Model (COM) and also the Distributed Component Object Model (DCOM)?
Write differences between the while and for loop in C#.
What do you mean by the term Transport and Message Reliability?
Distinguish between toolstrip drop-down button and toolstrip split button?
Briefly describe key-based dependency and file-based dependency?
What is AccordionExtender control?
State the different types of authentication techniques which are used in connection strings to connect applications of .NET with Microsoft SQL Server?
Explain the types of deployment models which are used in the cloud?
Explain about LinqDataSource control?
Illustrate the Session state in the ASP.NET.
18,76,764
1958716 Asked
3,689
Active Tutors
1439950
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!