Purpose of DataView
State the purpose of DataView?
Expert
DataView contains the user-defined view of the table. A complete table or a small section of the table depends upon some criteria which can be presented by an object of the DataView class. This class can be used to sort and find the data within the DataTable.
The DataView class has the following methods:
a) Find() – This method finds a row in a DataView by using sort key value.
b) AddNew() - This method adds a new row to the DataView object.
c) FindRows() - This method uses the sort key value to match it with columns of DataRowView objects. It returns the array of every corresponding objects of DataRowView whose columns match with sort key value.
d) Delete() - This method deletes the required row from the DataView object in accordance with the specified index.
Explain concept of the Destructor?
Explain the use of Windows Installer.
List the difference between points, pixels, and em's at the time when fonts are displayed?
Explain the code-behind feature of ASP.NET?
Explain what is meant by CTS, and how it is related to the CLS?
List all templates of a Repeater control?
Explain State Management? List the ways to maintain the state in .NET?
Illustrate some of the points regarding CustomControls in WPF?
List some of the new controls which are introduced in the ASP.NET AJAX Control Toolkit?
Write the difference between unmanaged and managed code?
18,76,764
1933884 Asked
3,689
Active Tutors
1425280
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!