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 how CAS works?
Name the data type which the RangeValidator control supports?
What do you mean by the term delegate, why must you use it and explain how do you call it?
Is it a good practice to practise handle the exceptions in code?
Differentiate between the default skin and the named skin?
Can a private class be declared in a namespace?
How we can dynamically add the user controls to the page?
Whether XCOPY copies the system files and the hidden files or not.
Write difference between an Abstract class and an Interface.
State some of the use of ScriptManager control in the AJAX?
18,76,764
1950585 Asked
3,689
Active Tutors
1442453
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!