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.
State some of the use of ScriptManager control in the AJAX?
Differentiate between SQL invalidation and SQL notification?
Explain how does an MDI form differ from a standard form?
How can we check that whether all the validation controls on the Web page are valid and proper?
Why the data validations should be performed at a client side?
Illustrate how to manage state in ASP.Net?
What are the different types of validation controls in Asp.net?
Explain the difference between the Response.Output.Write() and Response.Write() methods?
What is connection pooling? And name the pre-requisites used for connection pooling?
Differentiate the terms dynamic and var data types?
18,76,764
1936058 Asked
3,689
Active Tutors
1448315
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!