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.
In what way we can check/uncheck every item in a CheckedListBox control in the .NET 4.0 framework?
What is an Intermediate Language (IL)?
Specify what does term “managed” mean within the .NET context?
Explain the use of the PlaceHolder control? Is it possible to see it at runtime?
How can a text box be enforced to show characters in the uppercase?
What Global.asax file includes in event handlers?
Distinguish between read-only and constants variables which is used in the programs?
Explain the function of a CustomValidator control?
Differentiate Skip and Take clauses?
What are XML attribute?
18,76,764
1941393 Asked
3,689
Active Tutors
1421800
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!