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.
Describe in brief regarding the visual basic?
Explain about the DataContext class and also how it is related to the LINQ?
Define the term Enumeration?
Specify the tools which can be used to develop the .NET applications?
Write down a short note regarding the .NET?
In what way we can unselect a selected item in the ListView control programmatically in the .NET 4.0?
How all items in the CheckedListBox control in .NET 4.0 can be checked/unchecked?
In the vb.net, explain how to connect the crystal report?
Explain some of the versions of .NET?
List the various techniques to authenticate the user in ASP.NET?
18,76,764
1954012 Asked
3,689
Active Tutors
1412743
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!