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.
State the reason why workflows are based on the Extensible Models.
Write the name of the new method that has been introduced in ASP.NET 4.0 to redirect the page permanently?
Specify the statement which replaces the multiple if-else statements in the code?
Write the importance of the Button control?
By which command we can turn-off and turn-on CAS?
Write down the benefits of Hosting WCF in IIS?
What is AdRotator Control?
Write the syntax to declare the namespace in the .NET and in VB?
How can we check that whether all the validation controls on the Web page are valid and proper?
Is there a technique to suppress the finalize process within the garbage collector forcibly in .NET?
18,76,764
1958362 Asked
3,689
Active Tutors
1446785
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!