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 the use of MaxDate and MinDate properties of a MonthCalender control?
Briefly describe the properties in C# and state the advantages which are attained by using them in programs?
Name the values that can be allocated to a DialogResult property of the Button control?
State role that XSL plays when it dynamically generates HTML pages from the relational database.
Describe the role of the JIT compiler in .NET Framework?
Explain the use of Copy Project command?
Illustrate Application State in the ASP.NET.
List some of the new controls which are introduced in the ASP.NET AJAX Control Toolkit?
In what way we can enable the text box to modify its characters format for a user to enter the password?
Name the class which is inherited when the ASP.NET server control is added to the Web form?
18,76,764
1949811 Asked
3,689
Active Tutors
1434827
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!